openbsd-ports/graphics/smpeg-xmms/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

41 lines
873 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/03/29 13:38:40 sthen Exp $
COMMENT= MPEG and VCD video playback in XMMS
SHARED_ONLY= Yes
VERSION= 0.3.5
DISTNAME= smpeg-xmms-${VERSION}
PKGNAME= xmms-smpeg-${VERSION}
REVISION = 6
CATEGORIES= graphics
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += SDL m smpeg sndio usbhid
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
MODULES= converters/libiconv
LIB_DEPENDS= audio/xmms \
devel/smpeg
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
SEPARATE_BUILD= Yes
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>