SHARED_LIBS

This commit is contained in:
todd 2005-12-27 07:04:33 +00:00
parent 323f82a6b8
commit 7d440b95f3
2 changed files with 5 additions and 3 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/11/09 09:21:54 wilfried Exp $
# $OpenBSD: Makefile,v 1.2 2005/12/27 07:04:33 todd Exp $
COMMENT= "Library for direct-connect protocol"
VERSION= 0.3.7
DISTNAME= dclib-${VERSION}
CATEGORIES= net
SHARED_LIBS= dc 0.1
HOMEPAGE= http://dcgui.berlios.de/
@ -28,5 +29,6 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/admin
MODGNU_SHARED_LIBS= dc ''
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/11/09 09:21:54 wilfried Exp $
@lib lib/libdc.so.0.1
@comment $OpenBSD: PFRAG.shared,v 1.2 2005/12/27 07:04:33 todd Exp $
@lib lib/libdc.so.${LIBdc_VERSION}