diff options
Diffstat (limited to 'games/formido/Makefile')
-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 |