USE_LIBTOOL

replace a broken master site while here
This commit is contained in:
steven 2007-04-06 05:30:50 +00:00
parent e31260f1cb
commit 5136c96cab
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/12/16 12:22:33 espie Exp $
# $OpenBSD: Makefile,v 1.6 2007/04/06 05:30:50 steven Exp $
SHARED_ONLY= Yes
@ -23,6 +23,8 @@ LIB_DEPENDS= xmms.>=4::audio/xmms mad.>=2::audio/libmad \
WANTLIB= X11 Xext Xi m gdk glib gmodule gtk iconv intl
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2006/08/03 12:53:18 espie Exp $
# $OpenBSD: Makefile,v 1.10 2007/04/06 05:30:50 steven Exp $
COMMENT= "MPEG and VCD video playback in XMMS"
SHARED_ONLY= Yes
@ -17,12 +17,14 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= usbhid SDL Xext X11 m
MASTER_SITES= http://mirror.csoft.org/smpeg-xmms/
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
LIB_DEPENDS= xmms.>=2::audio/xmms \
smpeg.>=1.3::devel/smpeg
USE_X11= Yes
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu