SHARED_LIBS

ok espie@
This commit is contained in:
steven 2005-12-27 16:42:43 +00:00
parent 0f139f6b49
commit dd5b94a745
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
# $OpenBSD: Makefile,v 1.38 2005/07/17 20:54:36 naddy Exp $
# $OpenBSD: Makefile,v 1.39 2005/12/27 16:42:43 steven Exp $
COMMENT= "tools and library routines for working with TIFF images"
DISTNAME= tiff-3.7.3
SHARED_LIBS= tiff 37.3 \
tiffxx 37.3
MODGNU_SHARED_LIBS= tiff '-no-undefined' \
tiffxx '-no-undefined'
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.8 2005/07/17 20:54:36 naddy Exp $
@lib lib/libtiff.so.37.3
@lib lib/libtiffxx.so.37.3
@comment $OpenBSD: PFRAG.shared,v 1.9 2005/12/27 16:42:43 steven Exp $
@lib lib/libtiff.so.${LIBtiff_VERSION}
@lib lib/libtiffxx.so.${LIBtiffxx_VERSION}