1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11-wm/ctwm/Makefile
Greg Lewis 6ac6ad9dbd Enable internationalisation support.
PR:		41507
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-08-10 04:46:36 +00:00

28 lines
533 B
Makefile

# New ports collection makefile for: ctwm
# Date created: 13 November 1994
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= ctwm
PORTVERSION= 3.6
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://slpc1.epfl.ch/public/software/ctwm/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_IMAKE= yes
USE_XPM= yes
MAN1= ctwm.1
post-extract:
@(cd ${WRKSRC} && ${LN} -s ../xpm xpm)
.include <bsd.port.mk>