diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-09 22:49:44 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-09 22:49:44 +0000 |
commit | 6565c124f0f16b26cee84884531442c399327b4a (patch) | |
tree | cbad458dffb0d392fe0c3222fcbd3e699c708346 /graphics/tifmerge | |
parent | 10e9403de6a61f905abf5a8bec5fb81799d5dd12 (diff) |
Notes
Diffstat (limited to 'graphics/tifmerge')
-rw-r--r-- | graphics/tifmerge/Makefile | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index a59489ea0709..cd738c149750 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ DISTNAME= tiff +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Library to merge TIFF files into multi-page TIFF files @@ -14,18 +15,15 @@ COMMENT= Library to merge TIFF files into multi-page TIFF files USES= dos2unix DOS2UNIX_GLOB= *.[ch] USE_LDCONFIG= yes -USE_ZIP= yes NO_WRKSUBDIR= yes DIST_SUBDIR= tifmerge PLIST_FILES= lib/libtifmerge.a \ - include/tifmerge.h \ - lib/libtifmerge.so \ - lib/libtifmerge.so.1 + include/tifmerge.h \ + lib/libtifmerge.so \ + lib/libtifmerge.so.1 \ + man/man3/tifmerge.3.gz -MAN3= tifmerge.3 - -NO_STAGE= yes post-extract: @${MV} ${WRKSRC}/TIFMERGE.H ${WRKSRC}/tifmerge.h @${MV} ${WRKSRC}/TIFMERGE.C ${WRKSRC}/tifmerge.c @@ -34,10 +32,10 @@ post-extract: ${WRKSRC}/tifmerge.3 do-install: - ${INSTALL_LIB} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib - ${LN} -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so - ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include - ${INSTALL_MAN} ${WRKSRC}/tifmerge.3 ${MAN3PREFIX}/man/man3 + ${INSTALL_LIB} ${WRKSRC}/libtifmerge.so.1 ${STAGEDIR}${PREFIX}/lib + ${LN} -fs libtifmerge.so.1 ${STAGEDIR}${PREFIX}/lib/libtifmerge.so + ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/tifmerge.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 .include <bsd.port.mk> |