blob: 0339d2a429b7995909187629323416d4936fc9b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: bfhist
# Date created: 26 December 2004
# Whom: Andrey Lykhin <lan31@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= bfhist
PORTVERSION= 0.4
CATEGORIES= comms
MASTER_SITES= http://lan31.narod.ru/bfhist/files/ \
http://lan31.hotbox.ru/bfhist/files/
MAINTAINER= lan31@inbox.ru
COMMENT= Statistics generator for BinkleyForce FTN mailer
PLIST_FILES= bin/bfhist
.include <bsd.port.mk>
|