opnsense-ports/net/passlogd/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
460 B
Makefile

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= passlogd
PORTVERSION= 0.1f
CATEGORIES= net
MASTER_SITES= http://www.morphine.com/void/
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Intercept and dump syslog remote log packets
PLIST_FILES= sbin/passlogd
post-patch:
${REINPLACE_CMD} -e "s|.(CXX)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>