blob: 8509e4543a76dd4dc4ab8f872ec511432de5d1ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: xmms-liveice
# Date created: 5 Febrary 2000
# Whom: Espen Skoglund <esk@ira.uka.de>
#
# $FreeBSD$
#
PORTNAME= xmms-liveice
PORTVERSION= 1.0.0
CATEGORIES= audio
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
DISTNAME= liveice-xmms
MAINTAINER= esk@ira.uka.de
LIB_DEPENDS= xmms.2:${PORTSDIR}/audio/xmms
RUN_DEPENDS= lame:${PORTSDIR}/audio/lame
WRKSRC= ${WRKDIR}/LiveIce-1.0.0
USE_X_PREFIX= yes
USE_GTK= yes
USE_LIBTOOL= yes
.include <bsd.port.mk>
|