freebsd-ports/audio/xmms-crossfade/Makefile
James E. Housley 1e669f796d Update from 0.2.3 to 0.2.5. Some bugfixes and optimizations.
Minor nits to keep portlint happy.

PR:		25971
Submitted by:	Espen Skoglund <esk@ira.uka.de> MAINTAINER
2001-03-23 00:39:24 +00:00

24 lines
507 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.2.5
CATEGORIES= audio
MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \
ftp://ftp.falsehope.com/pub/xmms-crossfade/
MAINTAINER= esk@ira.uka.de
LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
USE_X_PREFIX= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
USE_GTK= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>