blob: 6f93fcbe4132d7c520ceaa9e677cd850cd6b4513 (
plain)
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: xlisp-stat
# Version required: 3.44
# Date created: Tue Aug 15 17:57:48 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.6 1997/08/11 15:10:33 erich Exp $
#
DISTNAME= xlispstat-3-44
PKGNAME= xlispstat-3.44
CATEGORIES= math lang
MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/old/3-44/
MAINTAINER= erich@FreeBSD.org
.if !defined(DISPLAY)
BROKEN= Requires an X Display to build
.endif
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|