26 lines
774 B
Makefile
26 lines
774 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/04/13 21:45:13 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libetpan-0.43
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/}
|
|
|
|
MAINTAINER= dawszy@arhea.pl
|
|
HOMEPAGE= http://libetpan.sourceforge.net/
|
|
COMMENT= Really nice mail library
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
SUBST_CLASSES+= conf
|
|
SUBST_STAGE.conf= pre-configure
|
|
SUBST_FILES.conf= libetpan-config.in
|
|
SUBST_SED.conf= -e "s|@COMPILERFLAGS@|${COMPILER_RPATH_FLAG}|g"
|
|
SUBST_MESSAGE.conf= Fixing libetpan-config.
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../security/cyrus-sasl/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|