freebsd-ports/audio/linux-f10-pulseaudio-libs/Makefile
Tijl Coosemans aea21b3b36 - In Uses/linux.mk use the loop variable directly when appending to
*_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
2016-09-07 12:43:22 +00:00

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>