diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-05-14 17:19:02 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-05-14 17:19:02 +0000 |
commit | 42c87d0fd850477dfe7e22131728bf8119ab2728 (patch) | |
tree | 50ea57026da7626f162cb56d19836aaa6be81c6b /net | |
parent | 2eac11eba11aea65920bfa103979ffb4599b8a01 (diff) | |
download | pkgsrc-42c87d0fd850477dfe7e22131728bf8119ab2728.tar.gz |
- Add RMD160 checksum
- Use INSTALL_UNSTRIPPED to fix Darwin
- Remove GTK frontend support as it's still got threading problems
and it's not ready for pkgsrc.
Diffstat (limited to 'net')
-rw-r--r-- | net/ettercap-NG/Makefile | 20 | ||||
-rw-r--r-- | net/ettercap-NG/distinfo | 3 |
2 files changed, 9 insertions, 14 deletions
diff --git a/net/ettercap-NG/Makefile b/net/ettercap-NG/Makefile index fc22815bc7d..1d4f0b7aff0 100644 --- a/net/ettercap-NG/Makefile +++ b/net/ettercap-NG/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/05 20:30:14 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2005/05/14 17:19:02 adrianp Exp $ DISTNAME= ettercap-NG-0.7.2 CATEGORIES= net @@ -12,8 +12,6 @@ CONFLICTS= ettercap-[0-9]* BUILDLINK_DEPENDS.libpcap+= libpcap>=0.8.1 -.include "../../mk/bsd.prefs.mk" - GNU_CONFIGURE= YES PTHREAD_OPTS+= require USE_PKGINSTALL= YES @@ -29,19 +27,15 @@ CONFIGURE_ARGS+= --with-libncurses=${BUILDLINK_PREFIX.ncurses} CONFIGURE_ARGS+= --enable-plugins CONFIGURE_ARGS+= --disable-gtk -CONF_FILES= ${PREFIX}/share/examples/ettercap-NG/etter.conf \ - ${PKG_SYSCONFDIR}/etter.conf - -PKG_OPTIONS_VAR= PKG_OPTIONS.ettercap-NG -PKG_SUPPORTED_OPTIONS= gtk - -.include "../../mk/bsd.options.mk" +.include "../../mk/bsd.prefs.mk" -.if !empty(PKG_OPTIONS:Mgtk) -. include "../../x11/gtk2/buildlink3.mk" -CONFIGURE_ARGS+= --enable-gtk +.if ${OPSYS} == "Darwin" +INSTALL_UNSTRIPPED= YES .endif +CONF_FILES= ${PREFIX}/share/examples/ettercap-NG/etter.conf \ + ${PKG_SYSCONFDIR}/etter.conf + .include "../../security/openssl/buildlink3.mk" .include "../../devel/libnet11/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" diff --git a/net/ettercap-NG/distinfo b/net/ettercap-NG/distinfo index 8e22d29c693..e8386b1a7ff 100644 --- a/net/ettercap-NG/distinfo +++ b/net/ettercap-NG/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/05 19:34:44 xtraeme Exp $ +$NetBSD: distinfo,v 1.2 2005/05/14 17:19:02 adrianp Exp $ SHA1 (ettercap-NG-0.7.2.tar.gz) = 514760efdca27a45d6486c18679d2b6e9ba67452 +RMD160 (ettercap-NG-0.7.2.tar.gz) = 8026dd3ff3cc0b9ef2c5e00c99b0857d323e7717 Size (ettercap-NG-0.7.2.tar.gz) = 1114060 bytes SHA1 (patch-aa) = 0745cd8e124ee11fbda8d5e0deb16ad0dab4b499 SHA1 (patch-ab) = 7cf863797abac4b67dbca55f6f763bf7b9830259 |