1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/lang/logo/Makefile
Joshua Peck Macdonald d05710c508 MAINTAINER goes in a section by itself!
so I fixed it...
1995-04-15 22:55:30 +00:00

22 lines
446 B
Makefile

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