diff options
Diffstat (limited to 'math/slsc/Makefile')
-rw-r--r-- | math/slsc/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/math/slsc/Makefile b/math/slsc/Makefile new file mode 100644 index 0000000..a2b3b56 --- /dev/null +++ b/math/slsc/Makefile @@ -0,0 +1,23 @@ +# 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> |