blob: 6b7d305e76d41959d096d63d5fae382ef5e5a0d0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= pulseaudio
PORTVERSION= 10.0
CATEGORIES= audio linux
PKGNAMESUFFIX= -utils
BIN_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-c6-${LINUXNAME}-[0-9]*
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 3.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX= xorglibs pulseaudio-libs
USE_LINUX_RPM= nolib
.include <bsd.port.mk>
|