freebsd-ports/lang/logo/Makefile

23 lines
467 B
Makefile
Raw Normal View History

# New ports collection makefile for: logo
# Version required: 3.1
# Date created: 22 October 1994
# Whom: jkh
#
1995-05-16 01:02:02 -04:00
# $Id: Makefile,v 1.6 1995/04/15 22:55:30 jmacd Exp $
#
DISTNAME= ucblogo
1995-05-16 01:02:02 -04:00
PKGNAME= ucblogo-3.1
CATEGORIES+= languages
1995-05-16 01:02:02 -04:00
MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmacd@FreeBSD.ORG
1995-04-15 01:44:50 -04:00
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
1995-02-06 22:07:02 -05:00
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
.include <bsd.port.mk>