diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-15 02:19:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-15 02:19:15 +0000 |
commit | 92dc1699fb6c3a0b094ef5a6b5fc8e453c855a24 (patch) | |
tree | ea2a1930fb375a707c84260b3aa0303b7f604041 /multimedia/mpgtx/Makefile | |
parent | Fix JVM config file and font.properties (diff) |
add mpgtx
A command line MPEG audio/video/system file toolbox
Notes
Notes:
svn path=/head/; revision=42607
Diffstat (limited to 'multimedia/mpgtx/Makefile')
-rw-r--r-- | multimedia/mpgtx/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/multimedia/mpgtx/Makefile b/multimedia/mpgtx/Makefile new file mode 100644 index 000000000000..48896b849ce9 --- /dev/null +++ b/multimedia/mpgtx/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# New ports collection makefile for: mpgtx +# Date created: May 15, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= mpgtx +PORTVERSION= 0.6b +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}-1-src +EXTRACT_SUFX= .tgz + +MAINTAINER= ijliao@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +ALL_TARGET= shared +MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ + INSTALL_MAN="${INSTALL_MAN}" + +MAN1= mpgtx.1 mp3tag.1 +MLINKS= mpgtx.1 mpgdemux.1 \ + mpgtx.1 mpgjoin.1 \ + mpgtx.1 mpgsplit.1 \ + mpgtx.1 mpgcat.1 \ + mpgtx.1 mpginfo.1 + +.include <bsd.port.mk> |