don't build unused static counterparts
This commit is contained in:
parent
cf27c8980b
commit
9c0d20af34
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2007/01/14 18:48:32 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2007/03/28 19:05:43 naddy Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -27,5 +27,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2006/11/11 21:04:27 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/03/28 19:05:43 naddy Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -28,5 +28,6 @@ USE_X11= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-sidplay-prefix=${LOCALBASE}
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2006/11/11 21:04:27 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2007/03/28 19:05:43 naddy Exp $
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "Ogg Vorbis input plugin for XMMS using tremor"
|
||||
DISTNAME= xmms-tremor-1.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://mirror1.pdaxrom.org/source/src/
|
||||
@ -23,5 +24,6 @@ USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/22 05:26:29 jolan Exp $
|
||||
lib/xmms/
|
||||
lib/xmms/Input/
|
||||
@comment lib/xmms/Input/libxmmstremor.a
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/03/28 19:05:43 naddy Exp $
|
||||
@comment lib/xmms/Input/libxmmstremor.la
|
||||
lib/xmms/Input/libxmmstremor.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user