diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 06:13:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-25 06:13:41 +0000 |
commit | bf3dd6d159b3beda90cf8334385f440558db3373 (patch) | |
tree | d1855fcd2df6737b6306f6e3a614e23e2d583b1a /graphics/tiff | |
parent | 41740b9180b131338736ad2a6e47bcf22297ee96 (diff) | |
download | ports-bf3dd6d159b3beda90cf8334385f440558db3373.tar.gz ports-bf3dd6d159b3beda90cf8334385f440558db3373.zip |
Notes
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 6a0e40d83d5d..f175b3926147 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,7 +5,7 @@ # Mikhail Teterin <mi@aldan.ziplink.net> # Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.10 1998/09/18 22:04:16 smace Exp $ +# $Id: Makefile,v 1.11 1998/11/25 05:06:25 jseger Exp $ # DISTNAME= tiff-v3.4 @@ -61,12 +61,17 @@ MAN3= TIFFCheckTile.3t TIFFClose.3t TIFFComputeStrip.3t TIFFComputeTile.3t \ DOCDIR= ${PREFIX}/share/doc/tiff +.include <bsd.port.pre.mk> + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCDIR}/images ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/html/images/* ${DOCDIR}/images .endif +.if ${PORTOBJFORMAT} == "aout" + ${LN} -sf libtiff.so.1.0 ${PREFIX}/lib/libtiff.so +.endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include <bsd.port.mk> +.include <bsd.port.post.mk> |