mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 0.9.1
- Support staging
This commit is contained in:
parent
75990fc5dc
commit
1960684ce4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330838
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pipewalker
|
||||
PORTVERSION= 0.8.3
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF
|
||||
EXTRACT_SUFX= -src.tar.gz
|
||||
@ -18,10 +17,15 @@ USE_GL= gl glu
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
share/applications/${PORTNAME}.desktop \
|
||||
share/pixmaps/${PORTNAME}.xpm
|
||||
PLIST_DIRSTRY= share/applications
|
||||
PORTDOCS= *
|
||||
PORTDATA= *
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_DEFAULT=DOCS
|
||||
|
||||
post-patch:
|
||||
@${CHMOD} a+x ${WRKSRC}/install-sh
|
||||
@ -29,9 +33,5 @@ post-patch:
|
||||
${WRKSRC}/data/Makefile.in ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/^install-data-am/ s|install-pkgmenudataDATA||' \
|
||||
${WRKSRC}/extra/Makefile.in
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e '/^install-data-am/ s|install-pkgdocdataDATA||' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pipewalker-0.8.3-src.tar.gz) = 896d1146f473df2c04aa0b021b90788a2bf3e643c284c4d8909366e39ddda99e
|
||||
SIZE (pipewalker-0.8.3-src.tar.gz) = 510766
|
||||
SHA256 (pipewalker-0.9.1-src.tar.gz) = 4ea2f698e1275e493fa262004f97385c6f4758ad05a07db7e9f731ce8ff0d8b3
|
||||
SIZE (pipewalker-0.9.1-src.tar.gz) = 930790
|
||||
|
@ -1,10 +0,0 @@
|
||||
bin/pipewalker
|
||||
share/applications/pipewalker.desktop
|
||||
%%DATADIR%%/clatz.wav
|
||||
%%DATADIR%%/complete.wav
|
||||
%%DATADIR%%/font.tga
|
||||
%%DATADIR%%/network.tga
|
||||
%%DATADIR%%/plumbing.tga
|
||||
share/pixmaps/pipewalker.xpm
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user