blob: 6f1429b7ef71e2df6154eb112d7c55602f7ea1c8 (
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
25
26
|
# New ports collection makefile for: xmms-liveice
# Version required: 1.0.0
# Date created: 5 Febrary 2000
# Whom: Espen Skoglund <esk@ira.uka.de>
#
# $FreeBSD$
#
DISTNAME= liveice-xmms
PKGNAME= xmms-liveice-1.0.0
CATEGORIES= audio
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
MAINTAINER= esk@ira.uka.de
LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
RUN_DEPENDS= ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame
WRKSRC= ${WRKDIR}/LiveIce-1.0.0
USE_LIBTOOL= yes
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>
|