aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomeattacks/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-10-08 07:57:51 +0800
committeradamw <adamw@FreeBSD.org>2003-10-08 07:57:51 +0800
commit2e013489f7b039783e8bc56bed8e96544221d07d (patch)
tree5c154fb20d11dc033425be3124e713bd5b4719d3 /games/gnomeattacks/Makefile
parent459468a33f43198619d063ce59f0c639bc48453c (diff)
downloadfreebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.tar.gz
freebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.tar.zst
freebsd-ports-gnome-2e013489f7b039783e8bc56bed8e96544221d07d.zip
Update to 0.3.
New in 0.3: evil flying GNOME logo drops bombs on picturesque London.
Diffstat (limited to 'games/gnomeattacks/Makefile')
-rw-r--r--games/gnomeattacks/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnomeattacks/Makefile b/games/gnomeattacks/Makefile
index 70af80705336..019c9c29204f 100644
--- a/games/gnomeattacks/Makefile
+++ b/games/gnomeattacks/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnomeattacks
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,11 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNOME 2 game featuring a bizarre flying GNOME logo
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>