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