mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# Created by: torstenb
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ctwm
|
|
DISTVERSION= 4.0.3
|
|
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 xorg
|
|
USE_XORG= x11 xext xt ice sm xpm xmu
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
.include <bsd.port.mk>
|