SHARED_LIBS
This commit is contained in:
parent
0acf398203
commit
61bea90f85
@ -1,9 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/03/12 22:13:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/01/06 13:38:06 bernd Exp $
|
||||
|
||||
COMMENT='automatic text creation from templates'
|
||||
CATEGORIES=devel
|
||||
|
||||
DISTNAME= autogen-5.6.5
|
||||
SHARED_LIBS= guileopts 0.1 \
|
||||
opts 23.1
|
||||
MASTER_SITES=${MASTER_SITE_SOURCEFORGE:=autogen/}
|
||||
|
||||
# GPL
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/03/12 22:13:27 espie Exp $
|
||||
@lib lib/libguileopts.so.0.1
|
||||
@lib lib/libopts.so.23.1
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2006/01/06 13:38:06 bernd Exp $
|
||||
@lib lib/libguileopts.so.${LIBguileopts_VERSION}
|
||||
@lib lib/libopts.so.${LIBopts_VERSION}
|
||||
|
@ -1,7 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2005/12/16 19:29:55 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2006/01/06 13:38:06 bernd Exp $
|
||||
|
||||
COMMENT= "bluetooth network libraries"
|
||||
DISTNAME= bluetooth-libs-20050716
|
||||
SHARED_LIBS= bluetooth 1.0 \
|
||||
sdp 1.0
|
||||
|
||||
CATEGORIES= devel net
|
||||
MAINTAINER= Alexander Yurchenko <grange@openbsd.org>
|
||||
|
||||
@ -13,7 +16,9 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.disorder.ru/openbsd/distfiles/
|
||||
|
||||
MAKE_ENV= LIBDIR=${TRUEPREFIX}/lib MANDIR=${TRUEPREFIX}/man/cat
|
||||
MAKE_ENV= LIBDIR=${TRUEPREFIX}/lib MANDIR=${TRUEPREFIX}/man/cat \
|
||||
LIBbluetooth_VERSION=${LIBbluetooth_VERSION} \
|
||||
LIBsdp_VERSION=${LIBsdp_VERSION}
|
||||
FAKE_FLAGS= DEBUGLIBS=No
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2005/07/16 20:45:39 grange Exp $
|
||||
@lib lib/libbluetooth.so.1.0
|
||||
@lib lib/libsdp.so.1.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2006/01/06 13:38:06 bernd Exp $
|
||||
@lib lib/libbluetooth.so.${LIBbluetooth_VERSION}
|
||||
@lib lib/libsdp.so.${LIBsdp_VERSION}
|
||||
|
Loading…
x
Reference in New Issue
Block a user