4779dd294c
ok jasper@ steven@
32 lines
682 B
Makefile
32 lines
682 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/16 09:01:23 ajacoutot Exp $
|
|
|
|
COMMENT= "tool for monitoring the security of installed softwares"
|
|
|
|
DISTNAME= advchk-1.02
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://advchk.unixgu.ru/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# 2-clause BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
RUN_DEPENDS= ::www/p5-libwww
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
PKG_ARCH= *
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/advchk ${PREFIX}/bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/addfeeds.sh ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/advchk.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|