diff options
Diffstat (limited to 'sysutils/anteater/Makefile')
-rw-r--r-- | sysutils/anteater/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile new file mode 100644 index 0000000..3f36382 --- /dev/null +++ b/sysutils/anteater/Makefile @@ -0,0 +1,20 @@ +# 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 + +USE_NEWGCC= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-strstream + +.include <bsd.port.mk> |