1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Update to 0.2.1

- Optionally install manual

Approved by:	miwi (mentor implicit)
This commit is contained in:
Dmitry Marakasov 2008-08-03 17:35:50 +00:00
parent 3e87e43293
commit 6a55fe0d5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218001
2 changed files with 13 additions and 5 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= amoebax
PORTVERSION= 0.2.0
PORTREVISION= 1
PORTVERSION= 0.2.1
CATEGORIES= games
MASTER_SITES= http://www.emma-soft.com/games/amoebax/download/ \
http://www.amdmi3.ru/distfiles/
@ -22,9 +21,18 @@ USE_SDL= sdl mixer image
MAN6= amoebax.6
PORTDOCS= *
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|doc||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|datarootdir|datadir|' ${WRKSRC}/data/Makefile.in
@${FIND} ${WRKSRC}/ -name Makefile.in|${XARGS}\
${REINPLACE_CMD} -e '/^pkgdatadir =/s|=.*|= ${DATADIR}|'
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (amoebax-0.2.0.tar.bz2) = 1fecc5e4c8c4151b39f84baa5a18897b
SHA256 (amoebax-0.2.0.tar.bz2) = 77c9da7b424432c55d76a74b62bf01ccba3120200bb89fd5815993c001c7eaae
SIZE (amoebax-0.2.0.tar.bz2) = 10565913
MD5 (amoebax-0.2.1.tar.bz2) = f144e4a42f4443e6c105976c4c036c50
SHA256 (amoebax-0.2.1.tar.bz2) = 4adf497f948c8999d1b970c0d888d59c5cecdb4af42993302baa0e0c3e72a621
SIZE (amoebax-0.2.1.tar.bz2) = 10599705