1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/snobol4/Makefile
Johan van Selst f063fa69f5 - Update to snoboll4 1.5
- Enable stage support
2013-10-06 14:08:53 +00:00

22 lines
506 B
Makefile

# Created by: Wes Peters <wes@softweyr.com>
# $FreeBSD$
PORTNAME= snobol4
PORTVERSION= 1.5
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}
USES= gmake
PLIST_SUB+= VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} 's:[^=]*\.tmp$$:${WRKSRC}/&:' ${WRKSRC}/configure
.include <bsd.port.mk>