aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-sndfile/Makefile
blob: 13e206edac2097911015ad03b16bc8e7c4dc8d9a (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
27
# New ports collection makefile for:	xmms-sndfile
# Date created:				27 Dec 2001
# Whom:					David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#

PORTNAME=	xmms-sndfile
PORTVERSION=	1.0.p6
CATEGORIES=	audio
MASTER_SITES=	http://www.zipworld.com.au/~erikd/XMMS/
DISTNAME=	xmms_sndfile-${PORTVERSION:S/.p/pre/}

MAINTAINER=	dyeske@yahoo.com

LIB_DEPENDS=	sndfile.0:${PORTSDIR}/audio/libsndfile \
		xmms.2:${PORTSDIR}/audio/xmms

CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"

USE_GLIB=	yes
USE_GTK=	yes
USE_LIBTOOL=	yes
USE_X_PREFIX=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>