1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/lang/snobol/Makefile
Wes Peters c8ff974cb0 Fix the OSVERSION check so it will actually be defined.
Submitted by:	Pav Lucistnik <pav@FreeBSD.org>
2007-07-16 03:09:31 +00:00

37 lines
913 B
Makefile

# New ports collection makefile for: snobol
# Date created: Fri Sep 1 00:05:55 MDT 2000
# Whom: Wes Peters <wes@softweyr.com>
#
# $FreeBSD$
PORTNAME= snobol
PORTVERSION= 0.99.4
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.snobol4.com/
MAINTAINER= wes@FreeBSD.org
COMMENT= 0.99.4 release of ``The Macro Implementation of SNOBOL4 in C''
DEPRECATED= Replaced by snobol4 port
CONFLICTS= snobol4
MAN1= snobol4.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 699999
BROKEN= ${DEPRECATED}
.endif
# Fix GCC 3.x from freaking out over some of our pointers.
#
# I had to patch gendata.sno, so I patched the changes it produces
# in res.h as well. To keep the port from trying to run gendata.sno
# (with your potentially nonexistant snobol compiler), touch it
# back to it's original mod time.
post-patch:
touch -t 199705212205.21 ${WRKSRC}/gendata.sno
.include <bsd.port.post.mk>