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)
18 lines
385 B
Makefile
18 lines
385 B
Makefile
PORTNAME= libxkbcommon
|
|
PORTVERSION= 0.7.1
|
|
DISTVERSIONSUFFIX= -3.el7
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Keymap handling library (Linux CentOS ${LINUX_DIST_VER})
|
|
WWW= https://xkbcommon.org/
|
|
|
|
USES= cpe linux:c7
|
|
CPE_VENDOR= xkbcommon
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX_RPM= yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|