blob: 1fea361ac4205a8e40b860577576433254599a0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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.4.1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.ultimate.com/snobol/
MAINTAINER= johans@FreeBSD.org
COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--snolibdir=${PREFIX}/lib/${PORTNAME}
USE_GMAKE= yes
PLIST_SUB+= VERSION=${PORTVERSION}
MAN1= sdb.1 snobol4.1
MAN3= snolib.3 snobol4dbm.3 snobol4random.3 \
snobol4readline.3 snobol4tcl.3 snobol4time.3
post-patch:
@${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure
.include <bsd.port.mk>
|