freebsd-ports/devel/linux-c6-libpciaccess/Makefile
Torsten Zuehlsdorff 8b62234838 Change all occurrences of xmj@chaot.net to johannes@perceivon.net as the owner requested.
This only affects "Created by" lines with one exception: devel/uclcmd. There the maintainer is changed. This was overlooked in r416918.

Approved by: junovitch (mentor)
2016-06-23 09:48:53 +00:00

22 lines
435 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libpciaccess
PORTVERSION= 0.13.4
CATEGORIES= devel
MAINTAINER= emulation@FreeBSD.org
COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER})
# LICENSE= Various GNU
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= c6
RPMVERSION= 1.el6
USE_LINUX_RPM= yes
USE_LDCONFIG= yes
DESC= ${.CURDIR}/../${PORTNAME}/pkg-descr
PLIST_SUB+= NLS=""
.include <bsd.port.mk>