SHARED_LIBS and USE_LIBTOOL

This commit is contained in:
steven 2005-12-31 09:46:56 +00:00
parent ed8cf301b8
commit a14ca7dd09
2 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,13 @@
# $OpenBSD: Makefile,v 1.2 2005/07/25 19:22:14 aanriot Exp $
# $OpenBSD: Makefile,v 1.3 2005/12/31 09:46:56 steven Exp $
COMMENT= "zeroconf networking implementation"
DISTNAME= howl-1.0.0
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= howl 0.0 \
mDNSResponder 0.0
MODGNU_SHARED_LIBS= howl '' \
mDNSResponder ''
CATEGORIES= net
MASTER_SITES= http://www.porchdogsoft.com/download/
@ -17,6 +23,7 @@ BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
WANTLIB= c pthread
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/01/21 02:11:57 jolan Exp $
@lib lib/libhowl.so.0.0
@lib lib/libmDNSResponder.so.0.0
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/31 09:46:56 steven Exp $
@lib lib/libhowl.so.${LIBhowl_VERSION}
@lib lib/libmDNSResponder.so.${LIBmDNSResponder_VERSION}