ports/devel/linux-c6-libpciaccess/Makefile
Tijl Coosemans 45496a9196 Set DESCR correctly and remove pkg-descr.
PR:		211302
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2016-09-05 21:02:02 +00:00

22 lines
428 B
Makefile

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