blob: 47d3143d123b920a3442e8645b4fcbb20d8121dc (
plain)
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.5
# Date created: 29th January 1998
# Whom: tron
#
# $NetBSD: Makefile,v 1.6 1998/01/30 13:57:48 agc Exp $
#
DISTNAME= ctwm-3.5
CATEGORIES= x11
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
MAINTAINER= tron@netbsd.org
LIB_DEPENDS= Xpm.4.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
.include <bsd.port.mk>
|