diff options
Diffstat (limited to 'x11/ctwm/Makefile')
-rw-r--r-- | x11/ctwm/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/x11/ctwm/Makefile b/x11/ctwm/Makefile index 47d3143d123..da882ae26fa 100644 --- a/x11/ctwm/Makefile +++ b/x11/ctwm/Makefile @@ -3,17 +3,19 @@ # Date created: 29th January 1998 # Whom: tron # -# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:48 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/03/12 10:12:10 tron Exp $ # -DISTNAME= ctwm-3.5 -CATEGORIES= x11 -MASTER_SITES= ftp://slhp1.epfl.ch/pub/ +DISTNAME= ctwm-3.5 +CATEGORIES= x11 +MASTER_SITES= ftp://slhp1.epfl.ch/pub/ -MAINTAINER= tron@netbsd.org +MAINTAINER= tron@netbsd.org -LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes +USE_IMAKE= yes + +CAT1= ctwm.0 .include <bsd.port.mk> |