freebsd-ports/lang/logo/Makefile

20 lines
395 B
Makefile
Raw Normal View History

# New ports collection makefile for: logo
# Version required: 3.1
# Date created: 22 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.8 1995/08/16 23:55:38 jkh Exp $
#
1995-08-16 19:55:38 -04:00
DISTNAME= ucblogo-3.3
CATEGORIES+= lang
1995-08-16 19:55:38 -04:00
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/
MAINTAINER= jmacd@FreeBSD.ORG
1995-04-15 01:44:50 -04:00
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
1995-02-06 22:07:02 -05:00
HAS_CONFIGURE= yes
.include <bsd.port.mk>