freebsd-ports/sysutils/logserial/Makefile
Baptiste Daroussin e01a460bb8 Reset maintainer (mail bouncing)
while here deprecate the ports because no more public distfiles are available
2012-09-20 21:46:49 +00:00

26 lines
536 B
Makefile

# Created by: nastya <nastya@rsu.ru>
# $FreeBSD$
PORTNAME= logserial
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rsu.ru/pub/sysutils/unix/
MAINTAINER= ports@FreeBSD.org
COMMENT= Daemon logging data from serial port
DEPRECATED= No more public distfiles
EXPIRATION_DATE= 2012-10-20
USE_RC_SUBR= yes
MAN8= logserial.8
MANCOMPRESSED= yes
PLIST_FILES= bin/logserial \
etc/rc.d/logserial.sh \
post-patch:
@${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${WRKSRC}/logserial.sh
.include <bsd.port.mk>