freebsd-ports/x11-wm/ctwm/Makefile

27 lines
605 B
Makefile
Raw Normal View History

2013-06-29 00:57:16 +02:00
# Created by: torstenb
1999-08-31 05:04:38 +02:00
# $FreeBSD$
PORTNAME= ctwm
PORTVERSION= 3.8.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://ctwm.free.lp.se/dist/ \
http://distfiles.over-yonder.net/ctwm/
MAINTAINER= fullermd@over-yonder.net
2013-06-29 00:57:16 +02:00
COMMENT= Extension to twm, with support for multiple virtual screens, etc
1995-11-09 06:58:00 +01:00
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg
2013-06-29 00:57:16 +02:00
USES= imake
USE_XORG= xpm xmu
MAN1= ctwm.1
NO_STAGE= yes
pre-configure:
${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local
${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local
2013-06-29 00:57:16 +02:00
.include <bsd.port.mk>