[Midnightbsd-cvs] mports [19951] trunk/games/nextgo: fix nextgo depends and add license file
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 22 17:40:20 EDT 2015
Revision: 19951
http://svnweb.midnightbsd.org/mports/?rev=19951
Author: laffer1
Date: 2015-08-22 17:40:19 -0400 (Sat, 22 Aug 2015)
Log Message:
-----------
fix nextgo depends and add license file
Modified Paths:
--------------
trunk/games/nextgo/Makefile
trunk/games/nextgo/pkg-plist
Modified: trunk/games/nextgo/Makefile
===================================================================
--- trunk/games/nextgo/Makefile 2015-08-22 21:38:15 UTC (rev 19950)
+++ trunk/games/nextgo/Makefile 2015-08-22 21:40:19 UTC (rev 19951)
@@ -4,18 +4,17 @@
PORTVERSION= 3.0
PORTREVISION= 2
CATEGORIES= games gnustep
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= gap
+MASTER_SITES= SAVANNAH/gap
DISTNAME= NeXTGo-${PORTVERSION}
MAINTAINER= ports at MidnightBSD.org
COMMENT= classic Go game for OPENSTEP/GNUstep
+
LICENSE= gpl
+LICENSE_FILE= ${WRKSRC}/COPYING
-USE_GNUSTEP= yes
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
+USES= gnustep
+USE_GNUSTEP= back build
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
@@ -23,4 +22,7 @@
${REINPLACE_CMD} -e 's|PSWait|myPSWait|' \
${WRKSRC}/Board.m
+post-install:
+ ${STRIP_CMD} ${PREFIX}/GNUstep/Local/Applications/NeXTGo.app/NeXTGo
+
.include <bsd.port.mk>
Modified: trunk/games/nextgo/pkg-plist
===================================================================
--- trunk/games/nextgo/pkg-plist 2015-08-22 21:38:15 UTC (rev 19950)
+++ trunk/games/nextgo/pkg-plist 2015-08-22 21:40:19 UTC (rev 19951)
@@ -13,7 +13,3 @@
GNUstep/Local/Applications/NeXTGo.app/Resources/intergo.dct
GNUstep/Local/Applications/NeXTGo.app/stamp.make
GNUstep/Local/Tools/NeXTGo
- at dirrm GNUstep/Local/Applications/NeXTGo.app/Resources/English.lproj/NeXTGo.gorm
- at dirrm GNUstep/Local/Applications/NeXTGo.app/Resources/English.lproj
- at dirrm GNUstep/Local/Applications/NeXTGo.app/Resources
- at dirrm GNUstep/Local/Applications/NeXTGo.app
More information about the Midnightbsd-cvs
mailing list