1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/math/ss/Makefile
2003-02-20 19:00:52 +00:00

25 lines
528 B
Makefile

# New ports collection makefile for: SS
# Date created: 5 January 1997
# Whom: Pedro Giffuni
#
# $FreeBSD$
#
PORTNAME= ss
PORTVERSION= 1.3.3
CATEGORIES= math
MASTER_SITES= http://www.irus.rri.on.ca/~amulder/ss/ \
ftp://ftp.u-aizu.ac.jp/pub/misc/tools/spreadsheet/ualberta/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A curses-based SpreadSheet program
WRKSRC= ${WRKDIR}/ss_133
MAN1= ss.1 pss.1
do-configure:
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
.include <bsd.port.mk>