summaryrefslogtreecommitdiff
path: root/net/iplog/Makefile
blob: 6a5a2ab61ed917168739039fb3a48da6f64857df (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
# New ports collection makefile for:        iplog
# Version required:	1.2
# Date created:		4 Oct 1999
# Whom:			Dominik Rothert <dr@domix.de>
#
# $FreeBSD$
#

DISTNAME=	iplog-2.0-1002
CATEGORIES=	security
MASTER_SITES=	http://www.numb.org/~odin/stuff/

MAINTAINER=	dr@domix.de

GNU_CONFIGURE=	yes
MAKE_FLAGS=	CONF_ARGS="--prefix=${PREFIX}"
USE_GMAKE=	yes

MAN8=	iplog.8

post-install:
	strip ${PREFIX}/sbin/iplog
	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
	${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules

.include <bsd.port.mk>