mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
402 B
Makefile
20 lines
402 B
Makefile
# New ports collection makefile for: logo
|
|
# Version required: 3.1
|
|
# Date created: 22 October 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.7 1995/05/16 05:02:02 asami Exp $
|
|
#
|
|
|
|
DISTNAME= ucblogo-3.3
|
|
CATEGORIES+= languages
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
MAKEFILE= makefile
|
|
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|