diff options
Diffstat (limited to 'graphics/libmpeg2/Makefile')
-rw-r--r-- | graphics/libmpeg2/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/libmpeg2/Makefile b/graphics/libmpeg2/Makefile deleted file mode 100644 index 96ebf7a6eb9..00000000000 --- a/graphics/libmpeg2/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.7 2004/03/29 20:48:16 xtraeme Exp $ - -DISTNAME= mpeg2dec-0.4.0 -PKGNAME= libmpeg2-0.4.0 -CATEGORIES= graphics -MASTER_SITES= http://libmpeg2.sourceforge.net/files/ - -MAINTAINER= wulf@NetBSD.org -HOMEPAGE= http://libmpeg2.sourceforge.net/ -COMMENT= Library for decoding mpeg-2 and mpeg-1 video streams - -GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make -USE_LIBTOOL= yes -USE_BUILDLINK3= yes - -PKGCONFIG_OVERRIDE+= libmpeg2/convert/libmpeg2convert.pc.in -PKGCONFIG_OVERRIDE+= libmpeg2/libmpeg2.pc.in - -CONFIGURE_ARGS= --enable-shared - -.include "../../devel/SDL/buildlink3.mk" -.include "../../devel/pkgconfig/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |