openbsd-ports/net/iplog/Makefile

28 lines
630 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.1.1.1 2001/01/05 10:16:18 danh Exp $
DISTNAME= iplog-2.2.2
CATEGORIES= net security
NEED_VERSION= 1.348
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ojnk
HOMEPAGE= http://ojnk.sourceforge.net
MAINTAINER= Brian Caswell <bmc@mitre.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/iplog
${INSTALL_DATA} ${WRKSRC}/example-iplog.conf \
${PREFIX}/share/examples/iplog/iplog.conf
.include <bsd.port.mk>