summaryrefslogtreecommitdiff
path: root/lang/logo/Makefile
blob: 1eb872917f14cdf92e4b65d56342be5aa9d80d7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	logo
# Version required:	7.3
# Date created:		22 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.3 1995/04/01 12:46:57 jkh Exp $
#

DISTNAME=	ucblogo
PKGNAME=	ucblogo-7.3
CATEGORIES+=	languages
MASTER_SITES=	ftp://anarres.cs.berkeley.edu/pub/ucblogo/
EXTRACT_SUFX=	.tar.Z

MAKEFILE=	makefile
WRKSRC=	${WRKDIR}
HAS_CONFIGURE=	yes

.include <bsd.port.mk>