diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-29 07:31:19 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-01-29 07:31:19 +0800 |
commit | db91cba85f4f592e08389a7474f6114fec33ae53 (patch) | |
tree | d6c054ecd7c2bcaf67b327360ee6ee741253b4e0 | |
parent | a83649b2b5c8851f8d81a9bc75eb7876d8d039b9 (diff) | |
download | freebsd-ports-gnome-db91cba85f4f592e08389a7474f6114fec33ae53.tar.gz freebsd-ports-gnome-db91cba85f4f592e08389a7474f6114fec33ae53.tar.zst freebsd-ports-gnome-db91cba85f4f592e08389a7474f6114fec33ae53.zip |
- Convert USE_GMAKE to USES
- Remove unneeded lines
-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 |