forked from Lainports/freebsd-ports
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: bmp-extra-plugins
|
|
# Date created: Tue Sep 21 17:09:43 CEST 2004
|
|
# Whom: Jan Srzednicki <w@wrzask.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bmp-extra-plugins
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 3
|
|
CATEGORIES= multimedia audio
|
|
MASTER_SITES= # disappeared
|
|
|
|
MAINTAINER= w@wrzask.pl
|
|
COMMENT= A collection of additional plugins for beep media player
|
|
|
|
BROKEN= "mastersite disappeared"
|
|
DEPRECATED= ${BROKEN}
|
|
EXPIRATION_DATE= 2005-12-11
|
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \
|
|
vorbis.3:${PORTSDIR}/audio/libvorbis \
|
|
artsc.0:${PORTSDIR}/audio/arts
|
|
|
|
USE_GNOME= libglade2 esound
|
|
USE_X_PREFIX= yes
|
|
USE_REINPLACE= yes
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} \
|
|
--with-vorbis=${LOCALBASE}
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|