summaryrefslogtreecommitdiff
path: root/mail/libesmtp/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2003-07-28 14:51:35 +0000
committerdrochner <drochner@pkgsrc.org>2003-07-28 14:51:35 +0000
commitf08518b4b82bf55bcd86a527f05455819559300e (patch)
treed5c7e2ab5381ac8dabbb504a8ad42f15ed25ac1f /mail/libesmtp/Makefile
parent16d63a71642607444af73cec4da86aecff9485ad (diff)
downloadpkgsrc-f08518b4b82bf55bcd86a527f05455819559300e.tar.gz
-update to 1.0
changes: -bugfixes -build framework modifications -USE_LIBTOOL instead of .include libtool/buildlink -add a patch to include <des.h> instead of <openssl/des.h> to make it build with openssl-0.97 -- don't know whether this works with non-NetBSD systems; if needed, a link into .buildlink/include should help
Diffstat (limited to 'mail/libesmtp/Makefile')
-rw-r--r--mail/libesmtp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile
index dc158772ab5..6fbe3867d94 100644
--- a/mail/libesmtp/Makefile
+++ b/mail/libesmtp/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:55:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/07/28 14:51:35 drochner Exp $
-DISTNAME= libesmtp-1.0rc1
-PKGREVISION= 1
+DISTNAME= libesmtp-1.0
CATEGORIES= mail devel
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
@@ -16,8 +15,10 @@ USE_BUILDLINK2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-all
+CONFIGURE_ARGS+= --disable-isoc
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../mk/pthread.buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
-.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"