1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/x11-wm/ctwm/Makefile
Baptiste Daroussin 22846bb424 Support stage
PR:		ports/185730
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2014-01-20 08:01:05 +00:00

25 lines
583 B
Makefile

# Created by: torstenb
# $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
COMMENT= Extension to twm, with support for multiple virtual screens, etc
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
USES= imake
USE_XORG= xpm xmu
pre-configure:
${CP} ${WRKSRC}/Imakefile.local-template ${WRKSRC}/Imakefile.local
${CAT} ${FILESDIR}/Imakefile.local-additional >> ${WRKSRC}/Imakefile.local
.include <bsd.port.mk>