[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / stunnel

Annotation of pkgsrc/security/stunnel/Makefile, Revision 1.45

1.45    ! minskim     1: # $NetBSD: Makefile,v 1.44 2004/12/28 09:09:52 martti Exp $
1.1       martin      2:
1.44      martti      3: DISTNAME=              stunnel-4.06
1.7       jlam        4: CATEGORIES=            security
1.35      tron        5: MASTER_SITES=          ftp://ftp.fu-berlin.de/unix/security/stunnel/ \
1.19      tron        6:                        ftp://stunnel.mirt.net/stunnel/ \
1.17      martin      7:                        http://www.stunnel.org/download/stunnel/src/
1.7       jlam        8:
1.33      grant       9: MAINTAINER=            martti@NetBSD.org
1.7       jlam       10: HOMEPAGE=              http://www.stunnel.org/
1.14      wiz        11: COMMENT=               Universal SSL tunnel
1.7       jlam       12:
1.40      snj        13: USE_BUILDLINK3=                yes
1.34      jmmv       14: USE_PKGINSTALL=                yes
1.7       jlam       15: GNU_CONFIGURE=         # defined
1.10      tron       16: CONFIGURE_ARGS+=       --with-ssl=${SSLBASE} \
                     17:                        --with-cert-dir="${SSLCERTS}" \
1.17      martin     18:                        --with-pem-dir="${SSLCERTS}" \
1.34      jmmv       19:                        --with-tcp-wrappers \
1.37      grant      20:                        --sysconfdir="${PKG_SYSCONFDIR}" \
1.45    ! minskim    21:                        --localstatedir=${VARBASE}
1.34      jmmv       22:
                     23: PKG_SYSCONFSUBDIR=     stunnel
1.1       martin     24:
1.41      schmonz    25: RCD_SCRIPTS=           stunnel
                     26:
1.40      snj        27: .include "../../security/openssl/buildlink3.mk"
                     28: .include "../../security/tcp_wrappers/buildlink3.mk"
1.1       martin     29: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>