mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
16 lines
336 B
Makefile
16 lines
336 B
Makefile
# Created by: 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>
|