60764ff075
These ports reference the pkg-descr file of some other port and used to get the WWW entry from that other port's file. Reported by: dan@langille.org (Dan Langille)
23 lines
541 B
Makefile
23 lines
541 B
Makefile
PORTNAME= pulseaudio
|
|
PORTVERSION= 10.0
|
|
DISTVERSIONSUFFIX= -6.el7_9
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio linux
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://pulseaudio.org/
|
|
|
|
USES= cpe linux:c7
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= xorglibs pulseaudio-libs
|
|
USE_LINUX_RPM= nolib
|
|
|
|
BIN_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|