diff options
-rw-r--r-- | devel/xorg-macros/Makefile | 20 | ||||
-rw-r--r-- | devel/xorg-macros/distinfo | 3 | ||||
-rw-r--r-- | devel/xorg-macros/pkg-descr | 5 |
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 |