openbsd-ports/graphics/smpeg-xmms/Makefile
2010-11-17 08:05:12 +00:00

40 lines
923 B
Makefile

# $OpenBSD: Makefile,v 1.17 2010/11/17 08:05:16 espie 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 = 3
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 X11 Xau Xdmcp Xext Xrandr Xrender iconv m sndio \
pthread-stubs xcb usbhid xmms>=2 smpeg>=1.3
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
LIB_DEPENDS= audio/xmms \
devel/smpeg
USE_LIBTOOL= Yes
LIBTOOL_FLAGS= --tag=disable-static
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>