summaryrefslogtreecommitdiff
path: root/www/ashe/Makefile
blob: 8597f2ab963d48f56da17a7c88bdfe8e74d64364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	ashe
# Version required:	1.1.2
# Date created:		16 October 1995
# Whom:			pst
#
# WARNING WARNING: Requires Motif to compile & link
#
# $Id: Makefile,v 1.3 1996/04/11 08:59:26 asami Exp $
#

DISTNAME=	ashe-1.1.2
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/src/ \
		ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libcci/ \
		ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/libhtmlw/
DISTFILES=	ashe_cci.tar.Z cci.tar.Z libhtmlw.tar.Z

REQUIRES_MOTIF=	yes
NO_WRKSUBDIR=	yes
USE_X11=	yes

.include <bsd.port.mk>