mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
20 lines
437 B
Makefile
20 lines
437 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.3
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.ultimate.com/snobol/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A port of Macro SNOBOL4, supports full SNOBOL4 plus SPITBOL
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|