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.
37 lines
862 B
Makefile
37 lines
862 B
Makefile
# New ports collection makefile for: xmms-crossfade
|
|
# Date created: 21 September 2000
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-crossfade
|
|
PORTVERSION= 0.3.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.eisenlohr.org/xmms-crossfade/
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
|
COMMENT= XMMS Output plugin for crossfading between songs
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:13:inc
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
INSTALLS_SHLIB= yes
|
|
USE_REINPLACE= yes
|
|
|
|
pre-patch:
|
|
${REINPLACE_CMD} "s|@libdir@|${PREFIX}/lib/xmms/Output|" \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
|
${PREFIX}/share/doc/${PORTNAME}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
|
.endif # !NOPORTDOCS
|
|
|
|
.include <bsd.port.mk>
|