summaryrefslogtreecommitdiff
path: root/security/zebedee/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-15 16:52:02 +0000
committerjlam <jlam>2001-07-15 16:52:02 +0000
commitca2db823a82988a36ad13c19241f383753160119 (patch)
tree3b42016a355ad8b74ec5f2d5f7b73755ffdce2cb /security/zebedee/Makefile
parenta7ad95948dd4c5647dc2686b7d9b2f023a3a7bc1 (diff)
downloadpkgsrc-ca2db823a82988a36ad13c19241f383753160119.tar.gz
Pass LDFLAGS through to link step so that zebedee gets the right rpath
for systems where the dependent libraries aren't part of the base system. Don't include tcl/buildlink.mk as the libraries aren't required for the build -- only the tclsh binary is required at run-time. Also honor CFLAGS passed in from environment during the build.
Diffstat (limited to 'security/zebedee/Makefile')
-rw-r--r--security/zebedee/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/zebedee/Makefile b/security/zebedee/Makefile
index 787aa4a850d..80e9257c6bf 100644
--- a/security/zebedee/Makefile
+++ b/security/zebedee/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/07/15 15:51:11 taca Exp $
+# $NetBSD: Makefile,v 1.3 2001/07/15 16:52:02 jlam Exp $
#
DISTNAME= zebedee-2.2.2
@@ -11,13 +11,14 @@ HOMEPAGE= http://www.winton.org.uk/zebedee/
COMMENT= Simple tunneling program for TCP or UDP with encryption
BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5
+DEPENDS+= tcl>=8.3.2:../../lang/tcl
USE_BUILDLINK_ONLY= # defined
+MAKE_ENV+= OPTIM="${CFLAGS}"
MAKE_FLAGS= OS=${LOWER_OPSYS}
.include "../../archivers/bzip2/buildlink.mk"
.include "../../devel/zlib/buildlink.mk"
-.include "../../lang/tcl/buildlink.mk"
.include "../../security/openssl/buildlink.mk"
.include "../../mk/bsd.pkg.mk"