blob: ca05e0a30046078f1eedea35bebce7f4cbb7bbac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: snobol4
# Date created: Fri Dec 8 06:20:28 UTC 2006
# Whom: Wes Peters <wes@softweyr.com>
#
# $FreeBSD$
PORTNAME= snobol4
PORTVERSION= 1.2
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ultimate.com/snobol/
MAINTAINER= wes@FreeBSD.org
COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
USE_GMAKE= yes
MAN1= snobol4.1
MAN3= snolib.3 snobol4dbm.3 snobol4tcl.3
.include <bsd.port.mk>
|