1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/multimedia/xmms/Makefile

23 lines
507 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmms
# Version required: 0.9.1
# Date created: 3 July 1999
# Whom: Espen Skoglund <esk@ira.uka.de>
#
1999-08-25 04:36:31 +00:00
# $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 \
mikmod.2:${PORTSDIR}/audio/libmikmod
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config \
GLIB_CONFIG=${LOCALBASE}/bin/glib12-config
.include <bsd.port.mk>