freebsd-ports/math/ss/Makefile

24 lines
484 B
Makefile
Raw Normal View History

# New ports collection makefile for: SS
# Date created: 5 January 1997
# Whom: Pedro Giffuni
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= ss
PORTVERSION= 1.3.3
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}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/ss_133
MAN1= ss.1 pss.1
do-configure:
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
.include <bsd.port.mk>