summaryrefslogtreecommitdiffstats
path: root/x11/xrandr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xrandr/Makefile')
-rw-r--r--x11/xrandr/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/xrandr/Makefile b/x11/xrandr/Makefile
deleted file mode 100644
index 7e7b70d..0000000
--- a/x11/xrandr/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: xrandr
-# Date Created: 17 Feb 2006
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xrandr
-PORTVERSION= 1.3.5
-CATEGORIES= x11
-
-MAINTAINER= x11@FreeBSD.org
-COMMENT= Primitive command line interface to the RandR extension
-
-XORG_CAT= app
-USE_XORG= xrandr xrender x11
-
-PLIST_FILES= bin/xrandr \
- bin/xkeystone
-
-MAN1= xrandr.1
-
-.include <bsd.port.mk>