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)
22 lines
481 B
Makefile
22 lines
481 B
Makefile
PORTNAME= alsa-utils
|
|
PORTVERSION= 1.1.8
|
|
DISTVERSIONSUFFIX= -2.el7
|
|
CATEGORIES= audio linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://www.alsa-project.org/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= linux:c7
|
|
USE_LINUX= alsalib alsa-plugins-oss
|
|
USE_LINUX_RPM= nolib
|
|
|
|
CONFLICTS= linux-c6-${PORTNAME}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|