summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-21 06:18:43 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-21 06:18:43 +0800
commit352cdaa0b9406938a27ed21e7980bfbc73510528 (patch)
treeeba5bef11f6f55b8944d2d79ad895b41d29b3ef7 /devel
parent504aced732c1ebe3dcf52ff6487e2158a0a53590 (diff)
downloadmarcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar.gz
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar.bz2
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar.lz
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar.xz
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.tar.zst
marcuscom-ports-352cdaa0b9406938a27ed21e7980bfbc73510528.zip
Update to 1.3.0. Note: don't get too comfortable with this. I have a
feeling things may change with beat's new xorg initiative. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13653 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/xorg-macros/Makefile20
-rw-r--r--devel/xorg-macros/distinfo3
-rw-r--r--devel/xorg-macros/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile
new file mode 100644
index 000000000..8551ac348
--- /dev/null
+++ b/devel/xorg-macros/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xorg-macros
+# Date Created: 24 Mar 2007
+# Whom: Eric Anholt <anholt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xorg-macros
+PORTVERSION= 1.3.0
+CATEGORIES= devel x11
+DISTNAME= util-macros-$(PORTVERSION)
+
+MAINTAINER= x11@FreeBSD.org
+COMMENT= X.Org development aclocal macros
+
+XORG_CAT= util
+
+PLIST_FILES= share/aclocal/xorg-macros.m4
+
+.include <bsd.port.mk>
diff --git a/devel/xorg-macros/distinfo b/devel/xorg-macros/distinfo
new file mode 100644
index 000000000..3831257e7
--- /dev/null
+++ b/devel/xorg-macros/distinfo
@@ -0,0 +1,3 @@
+MD5 (xorg/util/util-macros-1.3.0.tar.bz2) = 0837fe88af7d692308b25815457a3288
+SHA256 (xorg/util/util-macros-1.3.0.tar.bz2) = 6c99aa75b91f04f6b43c89e0ae7860ec5885f3b35c9d2f6ef88df91c7f5b71aa
+SIZE (xorg/util/util-macros-1.3.0.tar.bz2) = 51670
diff --git a/devel/xorg-macros/pkg-descr b/devel/xorg-macros/pkg-descr
new file mode 100644
index 000000000..bddd7c8c6
--- /dev/null
+++ b/devel/xorg-macros/pkg-descr
@@ -0,0 +1,5 @@
+This package contains the aclocal macros needed for building xorg modules
+from upstream source.
+
+- Eric Anholt
+anholt@FreeBSD.org