blob: 7cce7463371043be6819312257bbccb8f8006f35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: ctwm
# Version required: 3.3
# Date created: 13 November 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.8 1995/04/12 20:30:59 asami Exp $
#
DISTNAME= ctwm-3.3
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>
|