1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/audio/xmms-liveice/Makefile

29 lines
586 B
Makefile
Raw Normal View History

# 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.1:${PORTSDIR}/audio/xmms
2000-02-10 06:41:05 +00:00
RUN_DEPENDS= ${LOCALBASE}/bin/lame:${PORTSDIR}/audio/lame
WRKSRC= ${WRKDIR}/LiveIce-1.0.0
USE_X_PREFIX= yes
USE_LIBTOOL= yes
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
.include <bsd.port.mk>