2000-01-29 06:23:25 +00:00
|
|
|
# New ports collection makefile for: slsc
|
|
|
|
# Date created: 6 January 2000
|
|
|
|
# Whom: Jonathan McDowell <noodles@earth.li>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= slsc
|
|
|
|
PORTVERSION= 0.2.3
|
2000-01-29 06:23:25 +00:00
|
|
|
CATEGORIES= math
|
|
|
|
MASTER_SITES= ftp://space.mit.edu/pub/davis/slsc/
|
2000-04-14 07:20:58 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
2000-01-29 06:23:25 +00:00
|
|
|
|
|
|
|
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>
|