2011-11-02 09:57:21 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2011/11/02 09:57:22 jasper Exp $
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2007-09-15 20:09:40 +00:00
|
|
|
COMMENT= MPEG and VCD video playback in XMMS
|
2004-09-15 00:46:07 +00:00
|
|
|
SHARED_ONLY= Yes
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2002-04-26 04:48:03 +00:00
|
|
|
VERSION= 0.3.5
|
2001-07-29 21:49:00 +00:00
|
|
|
DISTNAME= smpeg-xmms-${VERSION}
|
2010-11-09 19:00:28 +00:00
|
|
|
PKGNAME= xmms-smpeg-${VERSION}
|
2011-11-02 09:57:21 +00:00
|
|
|
REVISION = 6
|
2001-07-29 21:49:00 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
|
2002-04-26 04:48:03 +00:00
|
|
|
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2002-04-26 04:48:03 +00:00
|
|
|
# GPL
|
2001-07-29 21:49:00 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-11-13 17:10:25 +00:00
|
|
|
|
2011-11-02 09:57:21 +00:00
|
|
|
WANTLIB += SDL m smpeg sndio usbhid
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2007-04-06 05:30:50 +00:00
|
|
|
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2011-07-07 01:06:59 +00:00
|
|
|
MODULES= converters/libiconv
|
|
|
|
|
2010-11-17 08:05:12 +00:00
|
|
|
LIB_DEPENDS= audio/xmms \
|
|
|
|
devel/smpeg
|
2001-07-29 21:49:00 +00:00
|
|
|
|
2007-04-06 05:30:50 +00:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-static
|
2001-07-29 21:49:00 +00: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>
|