mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
527 B
Makefile
25 lines
527 B
Makefile
# New ports collection makefile for: SS
|
|
# Version required: 1.3.3
|
|
# Date created: 5 January 1997
|
|
# Whom: Pedro Giffuni
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ss_1.3.3
|
|
PKGNAME= ss-1.3.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \
|
|
ftp://ftp.cdrom.com/pub/unixfreeware/math/ \
|
|
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/
|
|
|
|
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>
|