diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11/xgrab | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip FreeBSD-ports-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11/xgrab')
-rw-r--r-- | x11/xgrab/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index a7f6209..7997533 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -1,9 +1,19 @@ +# New ports collection makefile for: xgrab +# Version required: 2.3 +# Date created: 27 February 1995 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xgrabsc.2_3 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.sunet.se/pub/X11/R5contrib/ +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/app-defaults -f |