2010-11-09 14:00:28 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2010/11/09 19:00:28 espie 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}
|
|
|
|
REVISION = 3
|
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
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-13 12:10:25 -05:00
|
|
|
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB= SDL X11 Xau Xdmcp Xext Xrandr Xrender iconv m sndio \
|
2010-11-09 14:00:28 -05:00
|
|
|
pthread-stubs xcb usbhid xmms.>=2 smpeg.>=1.3
|
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
|
|
|
|
2010-11-09 14:00:28 -05:00
|
|
|
LIB_DEPENDS= ::audio/xmms \
|
|
|
|
::devel/smpeg
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2007-04-06 01:30:50 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2001-07-29 17:49:00 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
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>
|