[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / www / libmicrohttpd

Annotation of pkgsrc/www/libmicrohttpd/Makefile, Revision 1.47

1.47    ! ng0         1: # $NetBSD: Makefile,v 1.46 2019/10/17 17:25:50 ng0 Exp $
1.1       abs         2:
1.46      ng0         3: DISTNAME=      libmicrohttpd-0.9.67
1.47    ! ng0         4: PKGREVISION=   1
1.1       abs         5: CATEGORIES=    www
1.2       wiz         6: MASTER_SITES=  ${MASTER_SITE_GNU:=libmicrohttpd/}
1.1       abs         7:
1.44      ng0         8: MAINTAINER=    ng0@NetBSD.org
1.42      bsiegert    9: HOMEPAGE=      https://www.gnu.org/software/libmicrohttpd/
1.1       abs        10: COMMENT=       Small C library to run an HTTP server as part of another app
                     11: LICENSE=       gnu-lgpl-v2.1
                     12:
1.16      adam       13: USE_LIBTOOL=           yes
1.42      bsiegert   14: USE_TOOLS+=            pkg-config gettext
1.16      adam       15: GNU_CONFIGURE=         yes
                     16: INFO_FILES=            yes
1.33      wiz        17: TEST_TARGET=           check
1.1       abs        18:
                     19: PKGCONFIG_OVERRIDE+=   libmicrohttpd.pc.in
1.42      bsiegert   20: CONFIGURE_ARGS+=       --enable-nls
1.1       abs        21:
1.42      bsiegert   22: .include "../../devel/gettext-lib/buildlink3.mk"
1.1       abs        23: .include "../../security/libgcrypt/buildlink3.mk"
                     24: .include "../../security/gnutls/buildlink3.mk"
                     25: .include "../../www/curl/buildlink3.mk"
                     26: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>