freebsd-ports/audio/xmms/Makefile
Chris Piazza a1c148f1a6 Add audio cd and mikmod support in Xmms.
Also update the maintainer's email address.

PR:		13728
Submitted by:	maintainer
1999-09-19 21:01:50 +00:00

25 lines
580 B
Makefile

# New ports collection makefile for: xmms
# Version required: 0.9.1
# Date created: 3 July 1999
# Whom: Espen Skoglund <esk@ira.uka.de>
#
# $FreeBSD$
#
DISTNAME= xmms-0.9.1
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/0.9/
MAINTAINER= esk@ira.uka.de
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
glib12.2:${PORTSDIR}/devel/glib12 \
mikmod.2:${PORTSDIR}/audio/libmikmod \
esd.1:${PORTSDIR}/audio/esound
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config \
GLIB_CONFIG=${LOCALBASE}/bin/glib12-config
.include <bsd.port.mk>