c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
21 lines
557 B
Makefile
21 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/10/03 00:12:53 tv Exp $
|
|
#
|
|
|
|
DISTNAME= libetpan-0.32
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libetpan/}
|
|
|
|
MAINTAINER= dawszy@arhea.pl
|
|
HOMEPAGE= http://libetpan.sourceforge.net/
|
|
COMMENT= Really nice mail library
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|