freebsd-ports/shells/nologinmsg/Makefile
2003-02-21 13:28:59 +00:00

39 lines
885 B
Makefile

# Ports collection makefile for: nologinmsg
# Whom: Richard Rose <freebsd-security@rikrose.net>
# Date created: 20020710
#
# $FreeBSD$
#
# The port is self contained in the src directory
PORTNAME= nologinmsg
PORTVERSION= 1.0
CATEGORIES= shells sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= freebsd-security@rikrose.net
COMMENT= More functional native binary replacement for /sbin/nologin
USE_REINPLACE= yes
MAN8= nologinmsg.8
MANCOMPRESSED= yes
do-extract:
@${MKDIR} ${WRKSRC}
.for i in Makefile nologinmsg.c nologinmsg.8 pathnames.h
@${CP} ${FILESDIR}/${i} ${WRKSRC}
.endfor
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/nologinmsg.8 \
${WRKSRC}/pathnames.h
pre-install:
${MKDIR} ${PREFIX}/etc/nologinmsgs
post-install:
${STRIP_CMD} ${PREFIX}/bin/nologinmsg
.include <bsd.port.mk>