2005-01-25 11:01:57 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2005/01/25 16:01:57 alek Exp $
|
2001-07-29 17:49:00 -04:00
|
|
|
|
|
|
|
COMMENT= "MPEG and VCD video playback in XMMS"
|
2004-09-14 20:46:07 -04:00
|
|
|
SHARED_ONLY= Yes
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
VERSION= 0.3.5
|
2001-07-29 17:49:00 -04:00
|
|
|
DISTNAME= smpeg-xmms-${VERSION}
|
2001-08-20 22:29:22 -04:00
|
|
|
PKGNAME= xmms-smpeg-${VERSION}
|
2001-07-29 17:49:00 -04:00
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.xmms.org/files/plugins/smpeg-xmms/
|
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
# GPL
|
2001-07-29 17:49:00 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2005-01-25 11:01:57 -05:00
|
|
|
WANTLIB= usbhid SDL Xext X11 m
|
2001-07-29 17:49:00 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE} \
|
2002-04-26 00:48:03 -04:00
|
|
|
http://mirror.csoft.org/smpeg-xmms/
|
2001-07-29 17:49:00 -04:00
|
|
|
|
2002-04-26 00:48:03 -04:00
|
|
|
LIB_DEPENDS= xmms.2::audio/xmms \
|
|
|
|
smpeg.1.3::devel/smpeg
|
2001-07-29 17:49:00 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
|
|
|
|
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>
|