diff options
author | roam <roam@FreeBSD.org> | 2006-09-27 03:51:10 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-09-27 03:51:10 +0800 |
commit | 860ed1fca06e092e8223a031bb89d33337b35650 (patch) | |
tree | 428013c255134ae2014248e9a33013971e4e1860 /games/scare/Makefile | |
parent | b8937b930add404bb6da80426a9556b77260b23a (diff) | |
download | freebsd-ports-gnome-860ed1fca06e092e8223a031bb89d33337b35650.tar.gz freebsd-ports-gnome-860ed1fca06e092e8223a031bb89d33337b35650.tar.zst freebsd-ports-gnome-860ed1fca06e092e8223a031bb89d33337b35650.zip |
Update to scare-1.3.4 - *all* the source files were reindented with
two-character tabs! Grrrowl.
While I'm here, OPTIONS'ify the xglk support.
Diffstat (limited to 'games/scare/Makefile')
-rw-r--r-- | games/scare/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/games/scare/Makefile b/games/scare/Makefile index 65a38027ef6b..f265ae62db1d 100644 --- a/games/scare/Makefile +++ b/games/scare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scare -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= games MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/programming/adrift/ \ http://www.geocities.com/legion_if/ @@ -14,8 +14,12 @@ MASTER_SITES= ftp://ftp.ifarchive.org/if-archive/programming/adrift/ \ MAINTAINER= roam@FreeBSD.org COMMENT= ADRIFT-compatible interactive games interpreter +OPTIONS= XGLK "Use the xglk graphics library" off + USE_ZIP= yes +.include <bsd.port.pre.mk> + BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip BINFILES= scare @@ -40,4 +44,4 @@ PLIST_FILES= ${BINFILES:S,^,bin/,} do-install: ${INSTALL_PROGRAM} ${BINFILES:S,^,${WRKSRC}/,} ${PREFIX}/bin/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |