1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/math/slsc/Makefile
Sergey A. Osokin f37f7775e3 Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998
2003-09-24 09:37:11 +00:00

25 lines
532 B
Makefile

# New ports collection makefile for: slsc
# Date created: 6 January 2000
# Whom: Jonathan McDowell <noodles@earth.li>
#
# $FreeBSD$
#
PORTNAME= slsc
PORTVERSION= 0.2.3
CATEGORIES= math
MASTER_SITES= ftp://space.mit.edu/pub/davis/slsc/
DISTNAME= ${PORTNAME}
MAINTAINER= noodles@earth.li
COMMENT= A enhanced slang-based version of the sc spreadsheet program
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/slsc ${PREFIX}/share/slsc/vprint
.include <bsd.port.mk>