summaryrefslogtreecommitdiffstats
path: root/devel/xorg-macros/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xorg-macros/Makefile')
-rw-r--r--devel/xorg-macros/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile
deleted file mode 100644
index 882585e..0000000
--- a/devel/xorg-macros/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: xorg-macros
-# Date Created: 24 Mar 2007
-# Whom: Eric Anholt <anholt@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xorg-macros
-PORTVERSION= 1.15.0
-CATEGORIES= devel x11
-DISTNAME= util-macros-$(PORTVERSION)
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= X.Org development aclocal macros
-
-XORG_CAT= util
-
-MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
-
-PLIST_FILES= share/aclocal/xorg-macros.m4 \
- libdata/pkgconfig/xorg-macros.pc \
- share/util-macros/INSTALL
-
-PLIST_DIRS= share/util-macros
-
-.include <bsd.port.mk>