mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
28 lines
723 B
Makefile
28 lines
723 B
Makefile
# Created by: Johannes Meixner <johannes@perceivon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pulseaudio
|
|
PORTVERSION= 0.9.21
|
|
PORTREVISION= 7
|
|
CATEGORIES= audio linux
|
|
PKGNAMESUFFIX= -libs
|
|
LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} \
|
|
${LINUXNAME}-glib2-${DISTVERSIONFULL}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
|
|
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
|
|
RPMVERSION= 26.el6
|
|
USES= linux:c6
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs
|
|
USE_LINUX_RPM= yes
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|