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-wm/ctwm | |
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-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 547e9df9ab5d..9b6eea7d26f3 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: ctwm -# Version required: 3.2 patchlevel 1 +# Version required: 3.3 # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.6 1995/02/11 15:31:40 torstenb Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:50:47 jkh Exp $ # DISTNAME= ctwm-3.3 -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ CATEGORIES+= x11 -USE_IMAKE= YES +MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ EXTRACT_SUFX= .tar.Z + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +USE_IMAKE= yes + .include <bsd.port.mk> |