freebsd-ports/x11-wm/ctwm/Makefile
Mathieu Arnold 4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00

21 lines
436 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:outsource jpeg tar:xz
USE_XORG= x11 xext xt ice sm xpm xmu
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.mk>