1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/ss/Makefile

25 lines
538 B
Makefile
Raw Normal View History

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