diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-28 23:31:19 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-01-28 23:31:19 +0000 |
commit | 17a97d830dd3d8032e1122035a5e91c20f856ed4 (patch) | |
tree | d6c054ecd7c2bcaf67b327360ee6ee741253b4e0 | |
parent | 25ec9a9955bc14b9a1056c95bceb9ba4b495924c (diff) |
Notes
-rw-r--r-- | games/formido/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/formido/Makefile b/games/formido/Makefile index 5fcb6fc8771d..1920888c3232 100644 --- a/games/formido/Makefile +++ b/games/formido/Makefile @@ -11,10 +11,9 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= 2D kill-em all with 3D rendered graphics LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/GPL_license.txt USE_SDL= sdl mixer image -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CC="${CXX}" DATDIR="${DATADIR}" DEFCONFIGDIR="${DATADIR}" PLIST_FILES= bin/${PORTNAME} @@ -22,8 +21,6 @@ PLIST_FILES= bin/${PORTNAME} PORTDATA= * PORTDOCS= * -.include <bsd.port.options.mk> - pre-build: @${MKDIR} ${WRKSRC}/obj |