freebsd-ports/sysutils/anteater/Makefile
David E. O'Brien f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00

25 lines
475 B
Makefile

# ex:ts=8
# New ports collection makefile for: anteater
# Date created: Aug 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= anteater
PORTVERSION= 0.4.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A MTA log analyzer
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
MAN1= anteater.1
PLIST_FILES= bin/anteater
.include <bsd.port.mk>