-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
51 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.12 2007/06/30 18:49:38 joerg Exp $ | ||
# $NetBSD: Makefile,v 1.13 2010/01/27 22:13:41 joerg Exp $ | ||
# | ||
|
||
DISTNAME= ddos_scan | ||
|
@@ -11,14 +11,16 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://staff.washington.edu/dittrich/ | ||
COMMENT= Scan for a limited set of distributed denial of service (ddos) agents | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
BUILD_TARGET= default dds | ||
|
||
INSTALLATION_DIRS= sbin share/doc | ||
|
||
BUILD_ENV+= OPSYS=${OSYS:Q} | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/dds ${PREFIX}/sbin/dds | ||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/dds | ||
${INSTALL_PROGRAM} ${WRKSRC}/dds ${DESTDIR}${PREFIX}/sbin/dds | ||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/dds | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.18 2010/01/18 09:59:24 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.19 2010/01/27 22:13:13 joerg Exp $ | ||
|
||
DISTNAME= fwbuilder-2.0.12 | ||
PKGREVISION= 2 | ||
|
@@ -9,6 +9,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.fwbuilder.org/ | ||
COMMENT= Firewall Builder GUI | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
CONFLICTS= fwbuilder21-[0-9]* | ||
|
||
USE_LIBTOOL= yes | ||
|
@@ -21,6 +23,8 @@ QMAKE= ${QTDIR}/bin/qmake | |
CONFIGURE_ENV+= QMAKE=${QMAKE:Q} | ||
MAKE_ENV+= QMAKE=${QMAKE:Q} | ||
|
||
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} | ||
|
||
.include "../../security/libfwbuilder/buildlink3.mk" | ||
.include "../../x11/qt3-tools/buildlink3.mk" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.9 2010/01/18 09:59:24 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.10 2010/01/27 22:13:02 joerg Exp $ | ||
|
||
DISTNAME= fwbuilder-2.1.19 | ||
PKGNAME= fwbuilder21-2.1.19 | ||
|
@@ -10,6 +10,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.fwbuilder.org/ | ||
COMMENT= Firewall Builder GUI | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
CONFLICTS= fwbuilder-[0-9]* | ||
|
||
USE_TOOLS+= gmake | ||
|
@@ -21,6 +23,8 @@ CONFIGURE_ENV+= QMAKE=${QMAKE:Q} | |
MAKE_ENV+= QMAKE=${QMAKE:Q} | ||
QMAKE= ${QTDIR}/bin/qmake | ||
|
||
INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} | ||
|
||
.include "../../security/libfwbuilder21/buildlink3.mk" | ||
.include "../../x11/qt3-tools/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.22 2009/08/16 15:35:44 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.23 2010/01/27 22:06:18 joerg Exp $ | ||
# | ||
|
||
DISTNAME= arpd-0.2 | ||
|
@@ -11,6 +11,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://niels.xtdnet.nl/honeyd/ | ||
COMMENT= ARP daemon for honeyd | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
RCD_SCRIPTS= honeydarpd | ||
GNU_CONFIGURE= yes | ||
WRKSRC= ${WRKDIR}/arpd | ||
|
@@ -20,8 +22,8 @@ CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent} | |
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8 | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/arpd ${PREFIX}/sbin/honeyd-arpd | ||
${INSTALL_MAN} ${WRKSRC}/arpd.8 ${PREFIX}/${PKGMANDIR}/man8/honeyd-arpd.8 | ||
${INSTALL_PROGRAM} ${WRKSRC}/arpd ${DESTDIR}${PREFIX}/sbin/honeyd-arpd | ||
${INSTALL_MAN} ${WRKSRC}/arpd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/honeyd-arpd.8 | ||
|
||
.include "../../devel/libevent/buildlink3.mk" | ||
.include "../../net/libdnet/buildlink3.mk" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.27 2009/08/16 15:35:44 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.28 2010/01/27 22:08:59 joerg Exp $ | ||
# | ||
|
||
DISTNAME= honeyd-1.5b | ||
|
@@ -10,6 +10,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.honeyd.org/ | ||
COMMENT= Small daemon that creates virtual hosts on a network | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
DEPENDS+= honeyd-arpd>=0.2:../../security/honeyd-arpd | ||
|
||
GNU_CONFIGURE= YES | ||
|
@@ -40,11 +42,9 @@ CONF_FILES+= ${EGDIR:Q}/${f:Q} ${PKG_SYSCONFDIR:Q}/${f:Q} | |
.include "../../net/libpcap/buildlink3.mk" | ||
.include "../../devel/pcre/buildlink3.mk" | ||
|
||
pre-install: | ||
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/examples/honeyd | ||
INSTALLATION_DIRS+= share/examples/honeyd ${DOCDIR} | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${DOCDIR} | ||
${INSTALL_DATA} ${WRKSRC:Q}/README ${DOCDIR:Q} | ||
${INSTALL_DATA} ${WRKSRC:Q}/README ${DESTDIR}${DOCDIR} | ||
|
||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:40 wiz Exp $ | ||
# $NetBSD: Makefile,v 1.14 2010/01/27 22:05:28 joerg Exp $ | ||
|
||
DISTNAME= ike-scan-1.9 | ||
PKGREVISION= 2 | ||
|
@@ -9,6 +9,8 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.nta-monitor.com/tools/ike-scan/ | ||
COMMENT= Fingerprinting IKE implementation | ||
|
||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS+= --with-openssl | ||
|
||
|
@@ -18,9 +20,10 @@ SUBST_FILES.man= ike-scan.1 | |
SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g" | ||
SUBST_MESSAGE.man= Fixing man pages. | ||
|
||
INSTALLATION_DIRS+= share/doc/ike-scan | ||
|
||
post-install: | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan | ||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ike-scan/README | ||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ike-scan/README | ||
|
||
.include "../../security/openssl/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |