aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ctwm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:57:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:57:16 +0000
commit70315f2dc1e33ea5f6b46dc9c056887ec20b99c5 (patch)
tree9cc528f6219410bfd504075ddbc267f5edd7108a /x11-wm/ctwm
parent56919a0e58f650c62f2b9cf2a4382736aa850e3a (diff)
downloadports-70315f2dc1e33ea5f6b46dc9c056887ec20b99c5.tar.gz
ports-70315f2dc1e33ea5f6b46dc9c056887ec20b99c5.zip
Convert to USES=imake
Trim headers
Notes
Notes: svn path=/head/; revision=322010
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r--x11-wm/ctwm/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile
index e84c349e8fd8..c8036df34056 100644
--- a/x11-wm/ctwm/Makefile
+++ b/x11-wm/ctwm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ctwm
-# Date created: 13 November 1994
-# Whom: torstenb
-#
+# Created by: torstenb
# $FreeBSD$
-#
PORTNAME= ctwm
PORTVERSION= 3.8.1
@@ -14,18 +10,16 @@ MASTER_SITES= http://ctwm.free.lp.se/dist/ \
http://distfiles.over-yonder.net/ctwm/
MAINTAINER= fullermd@over-yonder.net
-COMMENT= An extension to twm, with support for multiple virtual screens, etc
+COMMENT= Extension to twm, with support for multiple virtual screens, etc
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
-USE_IMAKE= yes
+USES= imake
USE_XORG= xpm xmu
MAN1= ctwm.1
-.include <bsd.port.pre.mk>
-
pre-configure:
${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local
${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>