e1d1b7cabb
A MTA log analyzer
21 lines
358 B
Makefile
21 lines
358 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
|
|
|
|
USE_NEWGCC= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-strstream
|
|
|
|
.include <bsd.port.mk>
|