mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
6527ef2070
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
805 B
Makefile
35 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= 4
|
|
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>
|