Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
336 B
Makefile
15 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>
|