2000-12-23 16:32:44 +01:00
|
|
|
# New ports collection makefile for: xmms-crossfade
|
|
|
|
# Date created: 21 September 2000
|
|
|
|
# Whom: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xmms-crossfade
|
2003-04-25 22:37:53 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2000-12-23 16:32:44 +01:00
|
|
|
CATEGORIES= audio
|
2003-04-25 22:37:53 +02:00
|
|
|
MASTER_SITES= http://www.mynetcologne.de/~nc-eisenlpe2/xmms-crossfade/ \
|
2000-12-23 16:32:44 +01:00
|
|
|
ftp://ftp.falsehope.com/pub/xmms-crossfade/
|
|
|
|
|
2001-11-15 04:59:42 +01:00
|
|
|
MAINTAINER= pat@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= XMMS Output plugin for crossfading between songs
|
2000-12-23 16:32:44 +01:00
|
|
|
|
2002-11-28 17:37:35 +01:00
|
|
|
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
|
2000-12-23 16:32:44 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_GMAKE= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-03-23 01:39:24 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-12-23 16:32:44 +01:00
|
|
|
|
2001-05-19 21:28:29 +02:00
|
|
|
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
|
|
|
|
|
2000-12-23 16:32:44 +01:00
|
|
|
.include <bsd.port.mk>
|