mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
62a15d7334
An enhanced slang-based version of the sc spreadsheet program. PR: 15971 Submitted by: Jonathan McDowell <noodles@earth.li>
24 lines
461 B
Makefile
24 lines
461 B
Makefile
# New ports collection makefile for: slsc
|
|
# Version required: 0.2.3
|
|
# Date created: 6 January 2000
|
|
# Whom: Jonathan McDowell <noodles@earth.li>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= slsc
|
|
PKGNAME= slsc-0.2.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slsc/
|
|
|
|
MAINTAINER= noodles@earth.li
|
|
|
|
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/slsc ${PREFIX}/share/slsc/vprint
|
|
|
|
.include <bsd.port.mk>
|