diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-01 03:27:26 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-09-01 03:27:26 +0000 |
commit | 3a4c57b6bc494d32919fb0411e29593599a33490 (patch) | |
tree | b0ff34745898107d905439513cfc720187624506 /archivers/deutex | |
parent | bd3d1d86fa43beaa7addbb7690f99ff4ee89ffdf (diff) |
Notes
Diffstat (limited to 'archivers/deutex')
-rw-r--r-- | archivers/deutex/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/archivers/deutex/Makefile b/archivers/deutex/Makefile index 654f2bc64f7d..9529b2acd513 100644 --- a/archivers/deutex/Makefile +++ b/archivers/deutex/Makefile @@ -12,24 +12,25 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/deutex/ \ http://freebsd.nsu.ru/distfiles/ MAINTAINER= danfe@FreeBSD.org -COMMENT= WAD file composer for Doom, Heretic, Hexen, and Strife +COMMENT= WAD file manipulator for Doom, Heretic, Hexen, and Strife -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +LICENSE= GPLv2 -PLIST_FILES= bin/deusf bin/deutex -PORTDOCS= MANUAL TODO +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN6= ${PORTNAME}.6 +PLIST_FILES= bin/deusf bin/deutex +PORTDOCS= * post-extract: - @${REINPLACE_CMD} -e 's,malloc\.h,stdlib\.h,' ${WRKSRC}/src/tools.c + @${REINPLACE_CMD} -e 's,malloc\.h,stdlib.h,' ${WRKSRC}/src/tools.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/deusf ${WRKSRC}/deutex ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MANPREFIX}/man/man6 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CHANGES ${WRKSRC}/TODO ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/dtexman6.txt ${DOCSDIR}/MANUAL .endif |