1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/passlogd/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

25 lines
517 B
Makefile

# New ports collection makefile for: passlogd
# Date Created: 10 June 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= passlogd
PORTVERSION= 0.1d
CATEGORIES= net
MASTER_SITES= http://www.morphine.com/src/
MAINTAINER= petef@FreeBSD.org
COMMENT= Intercept and dump syslog remote log packets
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>