freebsd-ports/sysutils/syslogger/Makefile
Rene Ladan f36abb996d sysutils: unbreak and unexpire.
The maintainer who is also the author rerolled the distfile.

PR:		244909
Submitted by:	kiwi@oav.net
MFH:		2020Q2
2020-05-20 18:40:41 +00:00

17 lines
392 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$
PORTNAME= syslogger
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://oav.net/projects/syslogger/
MAINTAINER= kiwi@oav.net
COMMENT= Logger(1) like tool that sends file or pipe througth syslog
PLIST_FILES= bin/syslogger
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/syslogger ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>