mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
06592c2d7d
- Use MANx variables to list manpages - Grab maintainership Major changes in 1.4: new sdb debugger and readline support
29 lines
717 B
Makefile
29 lines
717 B
Makefile
# 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>
|