diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:57:16 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:57:16 +0800 |
commit | dbbada1650939b7ec708a24472620261ec022ea2 (patch) | |
tree | 9cc528f6219410bfd504075ddbc267f5edd7108a /x11-wm/ctwm | |
parent | 68fc26ce02382e9ded369a1cd7150b7f0355ee28 (diff) | |
download | freebsd-ports-gnome-dbbada1650939b7ec708a24472620261ec022ea2.tar.gz freebsd-ports-gnome-dbbada1650939b7ec708a24472620261ec022ea2.tar.zst freebsd-ports-gnome-dbbada1650939b7ec708a24472620261ec022ea2.zip |
Convert to USES=imake
Trim headers
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 14 |
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> |