aea21b3b36
*_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
27 lines
607 B
Makefile
27 lines
607 B
Makefile
# Created by: avg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pulseaudio-libs
|
|
PORTVERSION= 0.9.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio linux
|
|
MASTER_SITES= LOCAL/netchild/rpms/fedora10
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Libraries for PulseAudio clients (Linux Fedora 10)
|
|
|
|
USES= linux:f10
|
|
USE_LINUX_RPM= yes
|
|
USE_LINUX= libasyncns xorglibs
|
|
|
|
RPMVERSION= 4.fc10
|
|
SRC_DISTFILES= ${PORTNAME:S/-libs//}-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
|
|
USE_LDCONFIG= yes
|
|
|
|
post-extract:
|
|
@(cd ${WRKSRC}/etc/pulse && ${MV} client.conf client.conf.sample)
|
|
|
|
post-patch:
|
|
@${FIND} ${WRKSRC} -name "*.orig" -delete
|
|
|
|
.include <bsd.port.mk>
|