54a0b86543
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.
40 lines
970 B
Makefile
40 lines
970 B
Makefile
# New ports collection makefile for: icecast
|
|
# Date created: 28 Jan 1999
|
|
# Whom: Chip Marshall <chip@eboai.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icecast2
|
|
PORTVERSION= 2.3.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= audio net ipv6
|
|
MASTER_SITES= http://svn.xiph.org/releases/icecast/
|
|
DISTNAME= icecast-${PORTVERSION}
|
|
|
|
MAINTAINER= lofi@freebsd.org
|
|
COMMENT= A streaming mp3/ogg-vorbis audio server
|
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
shout.4:${PORTSDIR}/audio/libshout2 \
|
|
theora.1:${PORTSDIR}/multimedia/libtheora \
|
|
speex.3:${PORTSDIR}/audio/speex \
|
|
vorbis.3:${PORTSDIR}/audio/libvorbis \
|
|
xslt.2:${PORTSDIR}/textproc/libxslt
|
|
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_RC_SUBR= icecast2.sh
|
|
SUB_FILES+= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include
|
|
|
|
WRKSRC= ${WRKDIR}/icecast-${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|