freebsd-ports/audio/oggsplit/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

28 lines
659 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
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_AUTOTOOLS= automake:15 autoconf:259
AUTOMAKE_ARGS= --add-missing
MAN1= oggsplit.1
PLIST_FILES= bin/oggsplit
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
.include <bsd.port.mk>