blob: b52200ac8b300fa0c05165da709e784111744d31 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: ctwm
# Version required: 3.4
# Date created: 13 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.15 1997/11/27 17:31:20 obrien Exp $
#
DISTNAME= ctwm-3.5
CATEGORIES= x11-wm
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
MAINTAINER= torstenb@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>
|