openbsd-ports/graphics/smpeg-xmms/Makefile

39 lines
920 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.15 2010/10/24 21:21:01 ajacoutot Exp $
COMMENT= MPEG and VCD video playback in XMMS
2004-09-14 20:46:07 -04:00
SHARED_ONLY= Yes
VERSION= 0.3.5
DISTNAME= smpeg-xmms-${VERSION}
PKGNAME= xmms-smpeg-${VERSION}p3
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
2007-11-13 12:10:25 -05:00
WANTLIB= SDL X11 Xau Xdmcp Xext Xrandr Xrender iconv m sndio \
pthread-stubs xcb usbhid
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
2006-08-03 08:53:18 -04:00
LIB_DEPENDS= xmms.>=2::audio/xmms \
smpeg.>=1.3::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>