blob: ba39f3cb4d87eafbe6e0e0d8e13e9f65ccaf0e40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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 $
#
DISTNAME= ucblogo-3.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ucblogo
MAINTAINER= jmacd@FreeBSD.ORG
USE_XLIB= yes
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|