openbsd-ports/graphics/smpeg-xmms/Makefile

37 lines
782 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.23 2013/03/21 08:45:19 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}
2010-11-09 14:00:28 -05:00
PKGNAME= xmms-smpeg-${VERSION}
2011-11-02 05:57:21 -04:00
REVISION = 6
CATEGORIES= graphics
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
2007-11-13 12:10:25 -05:00
2011-11-02 05:57:21 -04:00
WANTLIB += SDL m smpeg sndio usbhid
MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/xmms/plugins/smpeg-xmms/
MODULES= converters/libiconv
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= audio/xmms \
devel/smpeg
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>