2013-03-21 04:45:11 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2013/03/21 08:45:19 ajacoutot Exp $
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2007-09-15 16:09:40 -04:00
|
|
|
COMMENT= MPEG and VCD video playback in XMMS
|
2004-09-14 20:46:07 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
VERSION= 0.3.5
|
2001-07-29 17:49:00 -04:00
|
|
|
DISTNAME= smpeg-xmms-${VERSION}
|
2010-11-09 14:00:28 -05:00
|
|
|
PKGNAME= xmms-smpeg-${VERSION}
|
2011-11-02 05:57:21 -04:00
|
|
|
REVISION = 6
|
2001-07-29 17:49:00 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
# GPL
|
2001-07-29 17:49:00 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2007-11-13 12:10:25 -05:00
|
|
|
|
2011-11-02 05:57:21 -04:00
|
|
|
WANTLIB += SDL m smpeg sndio usbhid
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2007-04-06 01:30:50 -04:00
|
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2011-07-06 21:06:59 -04:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-11-17 03:05:12 -05:00
|
|
|
LIB_DEPENDS= audio/xmms \
|
|
|
|
devel/smpeg
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2007-04-06 01:30:50 -04:00
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2012-03-29 09:38:12 -04:00
|
|
|
SEPARATE_BUILD= Yes
|
2001-07-29 17:49:00 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--with-glib-prefix=${LOCALBASE} \
|
|
|
|
--with-gtk-prefix=${LOCALBASE} \
|
|
|
|
--with-sdl-prefix=${LOCALBASE} \
|
|
|
|
--with-xmms-prefix=${LOCALBASE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|