1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
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 05:02:02 +00:00
# $Id: Makefile,v 1.6 1995/04/15 22:55:30 jmacd Exp $
#
DISTNAME= ucblogo
1995-05-16 05:02:02 +00:00
PKGNAME= ucblogo-3.1
CATEGORIES+= languages
1995-05-16 05:02:02 +00:00
MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
EXTRACT_SUFX= .tar.Z
MAINTAINER= jmacd@FreeBSD.ORG
1995-04-15 05:44:50 +00:00
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
1995-02-07 03:07:02 +00:00
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
.include <bsd.port.mk>