19 lines
340 B
Makefile
19 lines
340 B
Makefile
|
# Ports collection makefile for: sentry
|
||
|
# Version required: 0.61
|
||
|
# Date created: 3 January 1998
|
||
|
# Whom: chris@still.whet.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= sentry-0.61
|
||
|
CATEGORIES= security
|
||
|
MASTER_SITES= http://www.psionic.com/tools/sentry/
|
||
|
|
||
|
MAINTAINER= chris@still.whet.org
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/sentry_beta
|
||
|
ALL_TARGET= bsd
|
||
|
|
||
|
.include <bsd.port.mk>
|