blob: 74e0c9776eb01fceccef2915066226ea2ff6d353 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
CONFIGURE_ARGS= --enable-strstream
.include <bsd.port.mk>
|