1997-01-24 12:45:39 +01:00
|
|
|
# New ports collection makefile for: SS
|
|
|
|
# Date created: 5 January 1997
|
1998-02-20 19:39:58 +01:00
|
|
|
# Whom: Pedro Giffuni
|
1997-01-24 12:45:39 +01:00
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1997-01-24 12:45:39 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= ss
|
|
|
|
PORTVERSION= 1.3.3
|
1997-01-24 12:45:39 +01:00
|
|
|
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}
|
1997-01-24 12:45:39 +01:00
|
|
|
|
2001-08-23 22:21:52 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= A curses-based SpreadSheet program
|
1997-01-24 12:45:39 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/ss_133
|
|
|
|
MAN1= ss.1 pss.1
|
|
|
|
|
2005-07-18 22:05:02 +02:00
|
|
|
PLIST_FILES= bin/ss bin/pss
|
|
|
|
|
1997-01-24 12:45:39 +01:00
|
|
|
do-configure:
|
|
|
|
@${CP} ${WRKSRC}/config.bsd ${WRKSRC}/config.h
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|