1997-01-24 12:45:39 +01:00
|
|
|
# New ports collection makefile for: SS
|
|
|
|
# Date created: 5 January 1997
|
1998-02-20 19:39:58 +01:00
|
|
|
# Whom: Pedro Giffuni
|
1997-01-24 12:45:39 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-01-24 12:45:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= ss
|
|
|
|
PORTVERSION= 1.3.3
|
1997-01-24 12:45:39 +01:00
|
|
|
CATEGORIES= math
|
1998-12-09 20:26:48 +01:00
|
|
|
MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \
|
|
|
|
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/
|
2000-04-14 09:20:58 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
1997-01-24 12:45:39 +01:00
|
|
|
|
2001-08-23 22:21:52 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-01-24 12:45:39 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/ss_133
|
|
|
|
MAN1= ss.1 pss.1
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|