summaryrefslogtreecommitdiff
path: root/lang/logo/Makefile
blob: ed49c7820289d06c98ac0de90d30ad769a7f1d6a (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:	3.1
# Date created:		22 October 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.8 1995/08/16 23:55:38 jkh Exp $
#

DISTNAME=	ucblogo-3.3
CATEGORIES+=	lang
MASTER_SITES=	ftp://gatekeeper.dec.com/pub/GNU/

MAINTAINER=	jmacd@FreeBSD.ORG

MAKEFILE=	makefile
MAKE_FLAGS+=	"LIBLOC = ${PREFIX}/lib/logo"
HAS_CONFIGURE=	yes

.include <bsd.port.mk>