diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11-wm/ctwm | |
parent | 2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff) |
Notes
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> |