aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms/Makefile
blob: 8eb7345d636afa85d45488a555ef991b6109cdc5 (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
# 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.2:${PORTSDIR}/audio/esound

USE_LIBTOOL=    yes
CONFIGURE_ENV=  GTK_CONFIG=${X11BASE}/bin/gtk12-config \
        GLIB_CONFIG=${LOCALBASE}/bin/glib12-config

.include <bsd.port.mk>