openbsd-ports/net/argus/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.11 2010/12/27 14:50:22 ajacoutot Exp $
2010-11-11 03:40:27 -05:00
COMMENT = Audit Record Generation and Utilization System
2010-11-11 03:40:27 -05:00
DISTNAME = argus-3.0.2
REVISION = 4
2010-11-11 03:40:27 -05:00
CATEGORIES = net
2010-11-11 03:40:27 -05:00
HOMEPAGE = http://qosient.com/argus/
MASTER_SITES = http://qosient.com/argus/src/
2010-11-11 03:40:27 -05:00
MAINTAINER = Steven Mestdagh <steven@openbsd.org>
# GPLv2
2010-11-11 03:40:27 -05:00
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
2010-11-11 03:40:27 -05:00
WANTLIB = c m pcap
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2010-11-11 03:40:27 -05:00
NO_REGRESS = Yes
2010-11-11 03:40:27 -05:00
CONFIGURE_STYLE = gnu
MODGNU_CONFIG_GUESS_DIRS = ${WRKSRC}/config
2010-11-19 17:31:32 -05:00
BUILD_DEPENDS = devel/bison
2010-11-11 03:40:27 -05:00
MAKE_FLAGS = CCOPT=
CFLAGS += -DSYSCONFDIR=\\\"${SYSCONFDIR}\\\"
2010-11-11 03:40:27 -05:00
INSTALL_TARGET = install
post-install:
2010-04-15 15:15:19 -04:00
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/argus/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/argus/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/argus/
find ${WRKSRC}/support -type f -name '*.orig' -exec rm -f {} \;
cd ${WRKSRC}/support && tar cf - . | \
tar -C ${PREFIX}/share/examples/argus/ -xf -
.include <bsd.port.mk>