blob: 6784593415c3363ff3a91bccad01ff05b5b01a24 (
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
|
# Ports collection makefile for: netsed
# Date created: Jan 9 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= netsed
PORTVERSION= 0.01
CATEGORIES= net security
MASTER_SITES= http://dione.ids.pl/~lcamtuf/ \
http://lcamtuf.na.export.pl/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= roman@xpert.com
WRKSRC= ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/netsed ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/netsed
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/netsed
.endif
.include <bsd.port.mk>
|