freebsd-ports/audio/xmms-sndfile/Makefile

35 lines
803 B
Makefile
Raw Normal View History

# 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= 4
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/xmms_sndfile/
PKGNAMESUFFIX= -sndfile
2002-10-21 18:23:11 +02:00
DISTNAME= xmms_sndfile-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-21 12:08:38 +01:00
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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_XORG= x11 xext xmu xi
USE_LDCONFIG= yes
.include <bsd.port.mk>