d06878d6fc
PR: ports/64281 Submitted by: maintainer
29 lines
665 B
Makefile
29 lines
665 B
Makefile
# New ports collection makefile for: xmms-sndfile
|
|
# Date created: 27 Dec 2001
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-sndfile
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/xmms_sndfile/
|
|
DISTNAME= xmms_sndfile-${PORTVERSION}
|
|
|
|
MAINTAINER= dyeske@yahoo.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
|
|
USE_GNOME= gtk12
|
|
USE_LIBTOOL_VER= 13
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|