freebsd-ports/audio/xmms-sndfile/Makefile
Beech Rintoul 2bbf54afc4 - Unbreak on 7.x up
- Bump portrevision.

Submitted by:	David Yeske <dyeske@gmail.com> (maintainer)
Approved by:	linimon (mentor)
2008-01-09 23:50:31 +00:00

34 lines
805 B
Makefile

# New ports collection makefile for: xmms-sndfile
# Date created: 27 Dec 2001
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xmms
PORTVERSION= 1.2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/xmms_sndfile/
PKGNAMESUFFIX= -sndfile
DISTNAME= xmms_sndfile-${PORTVERSION}
MAINTAINER= dyeske@gmail.com
COMMENT= XMMS plugin to allow playing libsndfile supported files
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \
xmms.4:${PORTSDIR}/multimedia/xmms
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
PLIST_FILES= lib/xmms/Input/libxmms_sndfile.so \
lib/xmms/Input/libxmms_sndfile.a \
lib/xmms/Input/libxmms_sndfile.la
USE_GNOME= gtk12
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_XORG= x11 xext xmu xi
USE_LDCONFIG= yes
.include <bsd.port.mk>