svn commit: r329253 - head/games/fishsupper
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 4 01:36:14 UTC 2013
Author: amdmi3
Date: Fri Oct 4 01:36:13 2013
New Revision: 329253
URL: http://svnweb.freebsd.org/changeset/ports/329253
Log:
- Support staging
- Convert USE_GMAKE to USES
Deleted:
head/games/fishsupper/pkg-plist
Modified:
head/games/fishsupper/Makefile
Modified: head/games/fishsupper/Makefile
==============================================================================
--- head/games/fishsupper/Makefile Fri Oct 4 01:13:54 2013 (r329252)
+++ head/games/fishsupper/Makefile Fri Oct 4 01:36:13 2013 (r329253)
@@ -13,14 +13,16 @@ COMMENT= Guide a cat across a series of
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_SDL= sdl image mixer
USE_GL= gl
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PORTDOCS= README
+PLIST_FILES= bin/${PORTNAME}
+PORTDOCS= *
+PORTDATA= *
DESKTOP_ENTRIES="Fish Supper" \
"Guide a cat across a series of rivers, jumping from log to log" \
@@ -29,7 +31,6 @@ DESKTOP_ENTRIES="Fish Supper" \
"Game;ArcadeGame;" \
false
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${OSVERSION} > 1000000
@@ -39,10 +40,8 @@ post-patch:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list