aboutsummaryrefslogblamecommitdiff
path: root/security/portsentry/Makefile
blob: f7f2901949e6a6f7783097af223976b135e75dc5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              



                                            
                                                   

 
                               
                        
                                             





                                     






                                                                           
                      
# New ports collection makefile for:	sentry
# Version required:	0.61
# Date created:		3 January 1998
# Whom:			chris@still.whet.org
#
# $Id: Makefile,v 1.2 1999/01/20 20:49:45 max Exp $
#

DISTNAME=	portsentry-0.61
CATEGORIES=	security
MASTER_SITES=	http://www.psionic.com/tools/

MAINTAINER=	chris@still.whet.org

WRKSRC=		${WRKDIR}/sentry_beta
ALL_TARGET=	bsd

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/doc/sentry
	${INSTALL_DATA} ${WRKSRC}/README.install ${WRKSRC}/README.methods \
	  ${PREFIX}/share/doc/sentry
.endif

.include <bsd.port.mk>