blob: 82be2b5a10de0b2f44206f79ca425eab6d584cd1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: logo
# Version required: 7.3
# Date created: 22 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1994/10/22 23:05:48 jkh Exp $
#
DISTNAME= ucblogo
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
MAKEFILE= makefile
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|