1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/oggsplit/Makefile
2010-12-04 07:34:27 +00:00

31 lines
708 B
Makefile

# New ports collection makefile for: oggsplit
# Date created: 29 Dec 2004
# Whom: Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= oggsplit
PORTVERSION= 0.1.0
PORTREVISION= 4
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.7:${PORTSDIR}/audio/libogg
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake autoconf
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ARGS= --with-ogg=${LOCALBASE}
MAN1= oggsplit.1
PLIST_FILES= bin/oggsplit
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
.include <bsd.port.mk>