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)
24 lines
568 B
Makefile
24 lines
568 B
Makefile
PORTNAME= alsa-lib
|
|
PORTVERSION= 1.1.8
|
|
DISTVERSIONSUFFIX= -1.el7
|
|
CATEGORIES= audio linux
|
|
PKGNAMESUFFIX= -devel
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Advanced Linux Sound Architecture headers (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://www.alsa-project.org/
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= linux:c7
|
|
USE_LINUX= alsalib
|
|
USE_LINUX_RPM= yes
|
|
|
|
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
|
|
|
|
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|