aboutsummaryrefslogtreecommitdiff
path: root/security/altivore/Makefile
blob: b8bfc4cfd817b7cb17377a65b48699f9798f5206 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for: altivore
# Date created:		08 Oct 2001
# Whom:			Justin Stanford <jus@security.za.net>
#
# $FreeBSD$
#

PORTNAME=	altivore
PORTVERSION=	0.9.3
CATEGORIES=	security
MASTER_SITES=	http://mirror.inerd.com/FreeBSD/distfiles/altivore/
DISTNAME=	altivore
EXTRACT_SUFX=	.c

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A publically disclosed (neither GPL nor open-source) ala Carnivore src

RESTRICTED=	License does not allow redistribution in any form\
		(source, code or otherwise)

SUB_FILES=	pkg-message

NO_WRKSUBDIR=	yes
NO_BUILD=	yes

do-extract:
	@${MKDIR} ${WRKDIR}
	@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}

post-patch:
	@${REINPLACE_CMD} -e "s/
//" ${WRKDIR}/${DISTFILES}

do-install:
	@${MKDIR} ${EXAMPLESDIR}
	@${INSTALL_DATA} ${WRKDIR}/${DISTFILES} ${EXAMPLESDIR}
	@${INSTALL_DATA} ${PKGMESSAGE} ${EXAMPLESDIR}/README

.include <bsd.port.mk>