aboutsummaryrefslogtreecommitdiffstats
path: root/math/ss/Makefile
blob: a532a45011320f478ee32be631dd6e2102d16bdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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.netsw.org/office/ \
        http://ftp.de.cw.net/pub/netsw/office/
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>