707c6bf295
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
22 lines
426 B
Makefile
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>
|