mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
37 lines
826 B
Makefile
37 lines
826 B
Makefile
# New ports collection makefile for: iplog
|
|
# Date created: 4 Oct 1999
|
|
# Whom: Dominik Rothert <dr@domix.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iplog
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.sourceforge.net/ojnk/ \
|
|
ftp://ftp.karlsbakk.net/pub/ojnk/iplog/
|
|
|
|
PATCH_SITES= http://ojnk.sourceforge.net/stuff/ \
|
|
ftp://ftp.karlsbakk.net/pub/ojnk/iplog/
|
|
PATCH_DIST_STRIP=-p1
|
|
|
|
MAINTAINER= ust@cert.siemens.de
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
|
|
USE_GMAKE= yes
|
|
|
|
MAN5= iplog.rules.5
|
|
MAN8= iplog.8
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
strip ${PREFIX}/sbin/iplog
|
|
.if !exists(${PREFIX}/etc/iplog.rules)
|
|
${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules
|
|
.endif
|
|
${CP} ${WRKSRC}/example-iplog.rules ${PREFIX}/etc/iplog.rules.sample
|
|
|
|
.include <bsd.port.post.mk>
|