blob: da882ae26fa0045151b3230503d8dc0f07e154ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection Makefile for: ctwm
# Version required: 3.5
# Date created: 29th January 1998
# Whom: tron
#
# $NetBSD: Makefile,v 1.7 1998/03/12 10:12:10 tron 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
CAT1= ctwm.0
.include <bsd.port.mk>
|