mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
797a761c52
- Update WWW and MASTER_SITES - Add LICENSE - Remove old patches PR: 189910 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
26 lines
585 B
Makefile
26 lines
585 B
Makefile
# Created by: torstenb
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ctwm
|
|
PORTVERSION= 3.8.2
|
|
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
|
|
|
|
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
|
|
|
|
USES= imake 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>
|