1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/logo/Makefile

22 lines
424 B
Makefile
Raw Normal View History

# New ports collection makefile for: logo
# Version required: 3.3
# Date created: 22 October 1994
# Whom: jkh
#
# $Id: Makefile,v 1.12 1998/11/28 05:39:01 asami Exp $
#
1995-08-16 23:55:38 +00:00
DISTNAME= ucblogo-3.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ucblogo
MAINTAINER= jmacd@FreeBSD.ORG
1995-04-15 05:44:50 +00:00
1998-11-28 05:39:01 +00:00
USE_XLIB= yes
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
1995-02-07 03:07:02 +00:00
HAS_CONFIGURE= yes
.include <bsd.port.mk>