20 lines
367 B
Makefile
20 lines
367 B
Makefile
# OpenBSD makefile for: ctwm
|
|
# Version required: 3.4
|
|
# Date created: 11 January 1998
|
|
# Whom: Don Schmidt
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/23 06:10:07 don Exp $
|
|
#
|
|
|
|
DISTNAME= ctwm-3.5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://slhp1.epfl.ch/pub/
|
|
|
|
MAINTAINER= don@OpenBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|