freebsd-ports/sysutils/anteater/Makefile
Christian Weisgerber 2694094a42 C++ fixes for -CURRENT/GCC3.
PR:		44463
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2002-11-05 12:32:05 +00:00

26 lines
499 B
Makefile

# ex:ts=8
# New ports collection makefile for: anteater
# Date created: Aug 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= anteater
PORTVERSION= 0.4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.profzone.ch/drzoom/anteater/
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
# You will still get configure errors on -STABLE
# if you set CXX to a GCC3 incarnation!
.if ${OSVERSION} < 500035
CONFIGURE_ARGS= --enable-strstream
.endif
.include <bsd.port.post.mk>