1999-01-20 20:49:45 +00:00
|
|
|
# New ports collection makefile for: sentry
|
1998-12-19 16:53:20 +00:00
|
|
|
# Version required: 0.61
|
|
|
|
# Date created: 3 January 1998
|
|
|
|
# Whom: chris@still.whet.org
|
|
|
|
#
|
1999-04-19 19:49:40 +00:00
|
|
|
# $Id: Makefile,v 1.2 1999/01/20 20:49:45 max Exp $
|
1998-12-19 16:53:20 +00:00
|
|
|
#
|
|
|
|
|
1999-04-19 19:49:40 +00:00
|
|
|
DISTNAME= portsentry-0.61
|
1998-12-19 16:53:20 +00:00
|
|
|
CATEGORIES= security
|
1999-04-19 19:49:40 +00:00
|
|
|
MASTER_SITES= http://www.psionic.com/tools/
|
1998-12-19 16:53:20 +00:00
|
|
|
|
|
|
|
MAINTAINER= chris@still.whet.org
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/sentry_beta
|
|
|
|
ALL_TARGET= bsd
|
|
|
|
|
1999-01-20 20:49:45 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/sentry
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods \
|
|
|
|
${PREFIX}/share/doc/sentry
|
|
|
|
.endif
|
|
|
|
|
1998-12-19 16:53:20 +00:00
|
|
|
.include <bsd.port.mk>
|