diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 04:24:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-29 04:24:24 +0000 |
commit | 607838a9cc960811973c1cff017938bbacd7487b (patch) | |
tree | f39bf62b1ffdeb4f1ba0e2b248f25c187f5d85e3 /audio/oggsplit/Makefile | |
parent | d3997bd11ea2b14be6d3ec739c7f1fc6995cdea5 (diff) | |
download | ports-607838a9cc960811973c1cff017938bbacd7487b.tar.gz ports-607838a9cc960811973c1cff017938bbacd7487b.zip |
Notes
Diffstat (limited to 'audio/oggsplit/Makefile')
-rw-r--r-- | audio/oggsplit/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/oggsplit/Makefile b/audio/oggsplit/Makefile new file mode 100644 index 000000000000..9c54fb7fca82 --- /dev/null +++ b/audio/oggsplit/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: oggsplit +# Date created: 29 Dec 2004 +# Whom: Pav Lucistnik <pav@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= oggsplit +PORTVERSION= 0.1.0 +CATEGORIES= audio +MASTER_SITES= http://homepage.ntlworld.com/jfe1205/OggVorbis/ + +MAINTAINER= pav@FreeBSD.org +COMMENT= Split multiplexed (grouped or chained) Ogg files into separate streams + +LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg + +USE_BZIP2= yes +USE_GMAKE= yes +USE_AUTOCONF_VER= 259 +USE_AUTOMAKE_VER= 15 +AUTOMAKE_ARGS= --add-missing + +MAN1= oggsplit.1 +PLIST_FILES= bin/oggsplit + +pre-configure: + @(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL}) + +.include <bsd.port.mk> |