summaryrefslogtreecommitdiff
path: root/multimedia/mpeg-lib/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-26 18:27:23 +0000
committergrant <grant@pkgsrc.org>2004-06-26 18:27:23 +0000
commit1d8ff90b2593c480533c42f6842397bc5a777dc7 (patch)
tree9fd533e25a827bfb42c103527d162aa6d8e13fba /multimedia/mpeg-lib/Makefile
parent7802b7fe8d8016962d2e5ebd51f1c0291f076feb (diff)
downloadpkgsrc-1d8ff90b2593c480533c42f6842397bc5a777dc7.tar.gz
move mpeg-lib to multimedia/
Diffstat (limited to 'multimedia/mpeg-lib/Makefile')
-rw-r--r--multimedia/mpeg-lib/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/mpeg-lib/Makefile b/multimedia/mpeg-lib/Makefile
new file mode 100644
index 00000000000..3d8139f5028
--- /dev/null
+++ b/multimedia/mpeg-lib/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2004/06/26 18:27:23 grant Exp $
+#
+
+DISTNAME= mpeg_lib-1.3.1
+PKGNAME= mpeg-1.3.1
+CATEGORIES= multimedia
+MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/ \
+ ftp://ftp.fu-berlin.de/unix/X11/graphics/gimp/libs/ \
+ ftp://ftp.gimp.org/pub/gimp/libs/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://starship.python.net/~gward/mpeglib/
+COMMENT= Library for decoding MPEG movies
+
+USE_BUILDLINK3= YES
+USE_LIBTOOL= YES
+GNU_CONFIGURE= YES
+
+ALL_TARGET= libmpeg_lib.la
+
+CONFIGURE_ENV+= OPTIMIZE="${CFLAGS}" EXTRA_LDFLAGS="${LDFLAGS}" \
+ EXTRA_CPPFLAGS="${CPPFLAGS}"
+
+.include "../../mk/bsd.pkg.mk"