diff options
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 547e9df..9b6eea7 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> |