diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-26 15:35:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-26 15:35:38 +0000 |
commit | dada9bce4d9397cdf29669239a952ba5fba33825 (patch) | |
tree | ddbd777b281d22eda9c893481079ce642b304cf1 /graphics/tiff2png/Makefile | |
parent | 0a84214db5fd676992878c66edc9cd36685b5af3 (diff) | |
download | ports-dada9bce4d9397cdf29669239a952ba5fba33825.tar.gz ports-dada9bce4d9397cdf29669239a952ba5fba33825.zip |
Notes
Diffstat (limited to 'graphics/tiff2png/Makefile')
-rw-r--r-- | graphics/tiff2png/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/tiff2png/Makefile b/graphics/tiff2png/Makefile index 77f2aec85f06..9b9c1008f4fe 100644 --- a/graphics/tiff2png/Makefile +++ b/graphics/tiff2png/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tiff2png -PORTVERSION= 0.81 +PORTVERSION= 0.81c CATEGORIES= graphics MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/applications/ @@ -16,9 +16,14 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ png.4:${PORTSDIR}/graphics/png +MAKEFILE= Makefile.unx ALL_TARGET= tiff2png do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tiff2png ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/tiff2png + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tiff2png +.endif .include <bsd.port.mk> |