openbsd-ports/x11/ctwm/Makefile

24 lines
447 B
Makefile
Raw Normal View History

1998-01-23 01:10:07 -05:00
# OpenBSD makefile for: ctwm
# Version required: 3.4
# Date created: 11 January 1998
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:07 marc Exp $
1998-01-23 01:10:07 -05:00
#
DISTNAME= ctwm-3.5
CATEGORIES= x11
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
MAINTAINER= don@OpenBSD.ORG
OS_RELEASE!= uname -r
OS_HAS_XPM= 2.3
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
1998-01-23 01:10:07 -05:00
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
.endif
1998-01-23 01:10:07 -05:00
USE_IMAKE= yes
.include <bsd.port.mk>