freebsd-ports/x11-wm/ctwm/Makefile
Tijl Coosemans ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00

24 lines
555 B
Makefile

# Created by: torstenb
# $FreeBSD$
PORTNAME= ctwm
PORTVERSION= 3.8.2
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.ctwm.org/dist/ \
http://distfiles.over-yonder.net/ctwm/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Extension to twm, with support for multiple virtual screens, etc
LICENSE= MIT
USES= imake jpeg tar:xz
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>