diff options
Diffstat (limited to 'graphics/smpeg-xmms/Makefile')
-rw-r--r-- | graphics/smpeg-xmms/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/graphics/smpeg-xmms/Makefile b/graphics/smpeg-xmms/Makefile new file mode 100644 index 00000000000..bd44918b84b --- /dev/null +++ b/graphics/smpeg-xmms/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 13:32:34 jmmv Exp $ +# + +DISTNAME= smpeg-xmms-0.3.5 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.xmms.org/ +COMMENT= MPEG video plugin using SDL/smpeg as the backend + +BUILDLINK_DEPENDS.smpeg= smpeg>=0.4.4 + +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_LIBTOOL= YES +USE_GMAKE= YES + +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +.include "../../devel/smpeg/buildlink2.mk" +.include "../../devel/glib/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../devel/SDL/buildlink2.mk" +.include "../../audio/xmms/buildlink2.mk" +.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |