blob: 0c4ede5021cae6b95f1e95bd08c75373bc6ad502 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: logo
# Version required: 4.6
# Date created: 22 October 1994
# Whom: jkh
#
# $FreeBSD$
#
DISTNAME= ucblogo-4.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://anarres.cs.berkeley.edu/pub/ucblogo/
MASTER_SITE_SUBDIR= ucblogo
MAINTAINER= jmacd@FreeBSD.org
USE_XLIB= yes
MAKEFILE= makefile
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|