summaryrefslogtreecommitdiff
path: root/x11/xgrab/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1995-05-29 13:46:40 +0000
commit0d98f1227110082e9e507ca236458f6c363e25b6 (patch)
tree297f74782436a0f973b6b89d60c10f399af9a135 /x11/xgrab/Makefile
parentRemove comment about not being able to undefine a variable, as we *can* (diff)
This commit was manufactured by cvs2svn to create tag 'RELENG_2_0_5_ALPHA'.release/2.0.5a
Notes
Notes: svn path=/head/; revision=1803 svn path=/tags/RELENG_2_0_5_ALPHA/; revision=1805; tag=release/2.0.5a
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r--x11/xgrab/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile
deleted file mode 100644
index 63d21b4849f3..000000000000
--- a/x11/xgrab/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: xgrab
-# Version required: 2.3
-# Date created: 27 February 1995
-# Whom: jmz
-#
-# $Id: Makefile,v 1.5 1995/05/13 10:04:19 asami Exp $
-#
-
-DISTNAME= xgrabsc.2_3
-PKGNAME= xgrab-2.3
-CATEGORIES+= x11
-MASTER_SITES= ftp://ftp.sunet.se/pub/X11/R5contrib/
-
-MAINTAINER= jmz@FreeBSD.org
-
-USE_IMAKE= yes
-MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
- XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
-# Needs to actually *run* xrdb
-IS_INTERACTIVE= yes
-# "make depend" blows up
-XMKMF= xmkmf
-
-.include <bsd.port.mk>