freebsd-ports/math/ss/Makefile

27 lines
526 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
2004-03-01 12:37:13 +01:00
MASTER_SITES= http://www.netsw.org/office/ \
http://ftp.de.cw.net/pub/netsw/office/
2000-04-14 09:20:58 +02:00
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A curses-based SpreadSheet program
WRKSRC= ${WRKDIR}/ss_133
MAN1= ss.1 pss.1
PLIST_FILES= bin/ss bin/pss
do-configure:
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
.include <bsd.port.mk>