summaryrefslogtreecommitdiff
path: root/graphics/mpgtx/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2002-06-17 11:39:35 +0000
committergrant <grant>2002-06-17 11:39:35 +0000
commit71120aafad8c2bf783c3a2fdabd38966cddc2524 (patch)
treecc2096aaca7b27ba9608172efc276ada58524aae /graphics/mpgtx/Makefile
parentaf44bdd4bc76ee369e3c95629168aaa738db2194 (diff)
downloadpkgsrc-71120aafad8c2bf783c3a2fdabd38966cddc2524.tar.gz
Initial import of mpgtx-1.0:
mpgtx a command line MPEG audio/video/system file toolbox. mpgtx was designed with the good old Unix philosophy in mind: do few but do it well and provide end user an austary yet powerful command line interface.
Diffstat (limited to 'graphics/mpgtx/Makefile')
-rw-r--r--graphics/mpgtx/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile
new file mode 100644
index 00000000000..40de156ec42
--- /dev/null
+++ b/graphics/mpgtx/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 11:39:35 grant Exp $
+#
+
+DISTNAME= mpgtx-1.0-1-src
+PKGNAME= mpgtx-1.0
+CATEGORIES= audio graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpgtx/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://mpgtx.sourceforge.net/
+COMMENT= Split and join MPEG files in various ways
+
+WRKSRC= ${WRKDIR}/mpgtx-1.0
+MAKE_ENV= BSD_INSTALL=${INSTALL}
+
+.include "../../mk/bsd.pkg.mk"