025c0967a7
Submitted by: asami
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# New ports collection makefile for: ctwm
|
|
# Version required: 3.2 patchlevel 1
|
|
# Date created: 13 November 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1994/11/20 16:20:38 torstenb Exp $
|
|
#
|
|
|
|
DISTNAME= ctwm-3.2p1
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/
|
|
USE_IMAKE= YES
|
|
EXTRACT_SUFX= .tar.Z
|
|
INSTALL_MANPAGES= yes
|
|
.if !exists(/usr/X11R6/lib/libXpm.a)
|
|
DEPENDS= ${PORTSDIR}/x11/xpm
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|