f08518b4b8
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
24 lines
723 B
Makefile
24 lines
723 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/07/28 14:51:35 drochner Exp $
|
|
|
|
DISTNAME= libesmtp-1.0
|
|
CATEGORIES= mail devel
|
|
MASTER_SITES= http://www.stafford.uklinux.net/libesmtp/ \
|
|
http://www.tobez.org/download/port-mirrors/mail/libesmtp/ \
|
|
http://www.borgsdemons.com/distfiles/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dolemite@wuli.nu
|
|
HOMEPAGE= http://www.stafford.uklinux.net/libesmtp/
|
|
COMMENT= Library to manage posting of electronic mail
|
|
|
|
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 "../../mk/bsd.pkg.mk"
|