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.
29 lines
696 B
Makefile
29 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.27 2004/10/03 00:18:26 tv Exp $
|
|
|
|
DISTNAME= neon-0.24.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.webdav.org/neon/
|
|
|
|
MAINTAINER= epg@pretzelnet.org
|
|
HOMEPAGE= http://www.webdav.org/neon/
|
|
COMMENT= HTTP and WebDAV client library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= neon.pc.in
|
|
|
|
GNU_CONFIGURE= # defined
|
|
CONFIGURE_ARGS+= --with-ssl=yes
|
|
CONFIGURE_ARGS+= --with-expat
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|