freebsd-ports/x11-wm/ctwm/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00

22 lines
426 B
Makefile

# Created by: torstenb
# $FreeBSD$
PORTNAME= ctwm
DISTVERSION= 4.0.2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= https://www.ctwm.org/dist/ \
https://distfiles.over-yonder.net/ctwm/
MAINTAINER= fullermd@over-yonder.net
COMMENT= Extension to twm, with support for multiple virtual screens
LICENSE= MIT
USES= cmake jpeg tar:xz
USE_XORG= x11 xext xt ice sm xpm xmu
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>