mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
26 lines
544 B
Makefile
26 lines
544 B
Makefile
# New ports collection makefile for: passlogd
|
|
# Date Created: 10 June 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= passlogd
|
|
PORTVERSION= 0.1e
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.morphine.com/src/
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
COMMENT= Intercept and dump syslog remote log packets
|
|
|
|
PLIST_FILES= sbin/passlogd
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s|.(CXX)|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/passlogd ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|