diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:13:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:13:15 +0800 |
commit | 4b3375cc8c69f240dc9a50f531c6680424383260 (patch) | |
tree | 26281bb8dc5dcb0052ad63f37de0cbea8d26d968 | |
parent | ecead99085e3f9c1d414427d851cc451dae8daae (diff) | |
download | freebsd-ports-gnome-4b3375cc8c69f240dc9a50f531c6680424383260.tar.gz freebsd-ports-gnome-4b3375cc8c69f240dc9a50f531c6680424383260.tar.zst freebsd-ports-gnome-4b3375cc8c69f240dc9a50f531c6680424383260.zip |
- Stage support
-rw-r--r-- | games/live-f1/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/live-f1/Makefile b/games/live-f1/Makefile index 64ede7895f10..70240e6c2ea0 100644 --- a/games/live-f1/Makefile +++ b/games/live-f1/Makefile @@ -18,13 +18,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} OPTIONS_DEFINE= NLS -USES= pkgconfig gettext:build iconv -USE_GMAKE= yes +USES= pkgconfig gettext:build iconv gmake USE_OPENSSL= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +PLIST_FILES= bin/live-f1 \ + man/man1/live-f1.1.gz + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} @@ -33,10 +34,4 @@ CONFIGURE_ARGS+= --enable-nls CONFIGURE_ARGS+= --disable-nls .endif -PLIST_FILES= bin/live-f1 -MAN1= live-f1.1 - -#pre-configure: -# @cd ${WRKSRC} && autopoint - .include <bsd.port.mk> |