|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= stella |
4 |
PORTNAME= stella |
| 5 |
PORTVERSION= 6.0.1 |
5 |
PORTVERSION= 6.0.2 |
| 6 |
CATEGORIES= emulators |
6 |
CATEGORIES= emulators |
| 7 |
|
7 |
|
| 8 |
MAINTAINER= acm@FreeBSD.org |
8 |
MAINTAINER= acm@FreeBSD.org |
|
Lines 13-19
Link Here
|
| 13 |
|
13 |
|
| 14 |
LIB_DEPENDS= libpng.so:graphics/png |
14 |
LIB_DEPENDS= libpng.so:graphics/png |
| 15 |
|
15 |
|
| 16 |
USES= compiler:c++11-lib gmake sdl tar:xz |
16 |
USES= compiler:c++11-lib gmake localbase:ldflags sdl tar:xz |
| 17 |
USE_SDL= sdl2 |
17 |
USE_SDL= sdl2 |
| 18 |
USE_GITHUB= yes |
18 |
USE_GITHUB= yes |
| 19 |
GH_ACCOUNT= stella-emu |
19 |
GH_ACCOUNT= stella-emu |
|
Lines 21-29
Link Here
|
| 21 |
HAS_CONFIGURE= yes |
21 |
HAS_CONFIGURE= yes |
| 22 |
CONFLICTS_INSTALL= rubygem-stella |
22 |
CONFLICTS_INSTALL= rubygem-stella |
| 23 |
|
23 |
|
| 24 |
CPPFLAGS+= -I${LOCALBASE}/include |
|
|
| 25 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 26 |
|
| 27 |
OPTIONS_DEFINE= DOCS |
24 |
OPTIONS_DEFINE= DOCS |
| 28 |
|
25 |
|
| 29 |
do-install: |
26 |
do-install: |