diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-01-27 17:24:41 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-01-27 17:24:41 +0000 |
commit | b4490c98739cb5f97f3639f006f58f5b75c0cce5 (patch) | |
tree | 71633881f3af0f6980ffa8f53bed705446a5095c /games/xpuyopuyo/Makefile | |
parent | I found that this port needs "gmake" in build and run. (diff) |
Update to Xpuyopuyo 3.1. This release includes network play :)
Approved by: maintainer (Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>)
Notes
Notes:
svn path=/head/; revision=25125
Diffstat (limited to 'games/xpuyopuyo/Makefile')
-rw-r--r-- | games/xpuyopuyo/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 1d0748581d49..41b9bce7ebca 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= xpuyopuyo-0.2.7 +DISTNAME= xpuyopuyo-0.3.1 CATEGORIES= games MASTER_SITES= http://chaos2.org/xpuyopuyo/ \ http://lenin.dabney.caltech.edu/~justins/xpuyopuyo/ @@ -24,16 +24,8 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" +CONFIGURE_ARGS= --enable-rotate-fixed --without-gnome -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin/xpuyopuyo - -post-install: - @${MKDIR} ${PREFIX}/share/xpuyopuyo -.for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO gtkrc - @${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo -.endfor - @${MKDIR} ${PREFIX}/share/xpuyopuyo/img - @${INSTALL_DATA} ${WRKSRC}/img/*.xpm ${PREFIX}/share/xpuyopuyo/img +MAN1= xpuyopuyo.1 .include <bsd.port.mk> |