blob: 547e9df9ab5d683410a13d9a0de551652491d8d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: ctwm
# Version required: 3.2 patchlevel 1
# Date created: 13 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.6 1995/02/11 15:31:40 torstenb Exp $
#
DISTNAME= ctwm-3.3
MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/
CATEGORIES+= x11
USE_IMAKE= YES
EXTRACT_SUFX= .tar.Z
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
.include <bsd.port.mk>
|