summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-25 06:13:41 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-25 06:13:41 +0000
commitbf3dd6d159b3beda90cf8334385f440558db3373 (patch)
treed1855fcd2df6737b6306f6e3a614e23e2d583b1a /graphics
parentMark this broken while it awaits upgrade after repository copy. (diff)
Create libtiff.so symlink for a.out case.
Notes
Notes: svn path=/head/; revision=14891
Diffstat (limited to 'graphics')
-rw-r--r--graphics/tiff/Makefile9
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>