diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11/xkeycaps | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11/xkeycaps')
-rw-r--r-- | x11/xkeycaps/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/x11/xkeycaps/Makefile b/x11/xkeycaps/Makefile index d358bc768c6d..2d0690589f94 100644 --- a/x11/xkeycaps/Makefile +++ b/x11/xkeycaps/Makefile @@ -1,7 +1,17 @@ +# New ports collection makefile for: xkeycaps +# Version required: 2.28 +# Date created: 12 February 1995 +# Whom: jmz +# +# $Id$ +# + DISTNAME= xkeycaps-2.28 -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.sunet.se/pub/X11/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.sunet.se/pub/X11/contrib/applications/ + MAINTAINER= jmz@FreeBSD.org +USE_IMAKE= yes + .include <bsd.port.mk> |