blob: 74da41d9c0048f50510ad5c3b841ad8d46983eba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.7
CATEGORIES= audio
MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \
ftp://ftp.falsehope.com/pub/xmms-crossfade/
MAINTAINER= pat@databit.net
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>
|