blob: 68ee36d90e47730eca70500a3face3cfb4459bdd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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.2 1995/10/28 20:42:42 erich Exp $
#
DISTNAME= xlispstat-3-44
PKGNAME= xlispstat-3.44
CATEGORIES+= math lang
MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/
MAINTAINER= erich@FreeBSD.org
HAS_CONFIGURE= yes
# needs to connect to X server while build
IS_INTERACTIVE= yes
.include <bsd.port.mk>
|