mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
35 lines
786 B
Makefile
35 lines
786 B
Makefile
# New ports collection makefile for: xmms-sndfile
|
|
# Date created: 27 Dec 2001
|
|
# Whom: David Yeske <dyeske@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-sndfile
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.mega-nerd.com/xmms_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
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 700029
|
|
BROKEN= Incorrect pkg-plist (broken objformat handling)
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|