summaryrefslogtreecommitdiffstats
path: root/devel/libpciaccess/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-09 02:20:00 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-02-09 02:20:00 +0800
commit013b300602560aa3acdd864c78b035c906ecf9d0 (patch)
tree753f69c2aa167bfbbd4555adcaf4f36e9c26f15d /devel/libpciaccess/Makefile
parent17ee6929bd8c889561b7253dcda17ad607882f38 (diff)
downloadxorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar.gz
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar.bz2
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar.lz
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar.xz
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.tar.zst
xorg-devel-ports-013b300602560aa3acdd864c78b035c906ecf9d0.zip
Update to 0.12.902 (RC version)
Remove XXX comment since the library uses it at runtime. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@411 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'devel/libpciaccess/Makefile')
-rw-r--r--devel/libpciaccess/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile
new file mode 100644
index 0000000..065c4ca
--- /dev/null
+++ b/devel/libpciaccess/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: libpciaccess
+# Date Created: May 11 2008
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libpciaccess
+PORTVERSION= 0.12.902
+CATEGORIES= devel
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= Generic PCI access library
+
+BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
+RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids
+
+CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids
+
+XORG_CAT= lib
+
+.include <bsd.port.mk>