mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
996d037167
- Update MASTER_SITES and WWW - Add LICENSE PR: 155870 Submitted by: Ports Fury
43 lines
865 B
Makefile
43 lines
865 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: netspoc
|
|
# Date created: Nov 3, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netspoc
|
|
PORTVERSION= 3.2
|
|
CATEGORIES= net-mgmt
|
|
MASTER_SITES= BERLIOS
|
|
DISTNAME= Netspoc-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Network Security Policy Compiler
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= netspoc.1 print-group.1
|
|
MAN3= Netspoc.3
|
|
PORTDOCS= *
|
|
PORTEXAMPLES= *
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/index.shtml ${DOCSDIR}
|
|
@${MKDIR} ${DOCSDIR}/doc
|
|
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}/doc)
|
|
.endif
|
|
.if !defined(NOPORTEXAMPLES)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|