mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
22 lines
385 B
Makefile
22 lines
385 B
Makefile
# 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>
|