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

Annotation of pkgsrc/net/net6/Makefile, Revision 1.25

1.25    ! wiz         1: # $NetBSD: Makefile,v 1.24 2021/12/08 16:02:30 adam Exp $
1.1       rillig      2: #
                      3:
1.12      mef         4: DISTNAME=      net6-1.3.14
1.25    ! wiz         5: PKGREVISION=   11
1.1       rillig      6: CATEGORIES=    net
                      7: MASTER_SITES=  http://releases.0x539.de/net6/
                      8:
1.2       rillig      9: MAINTAINER=    pkgsrc-users@NetBSD.org
1.1       rillig     10: HOMEPAGE=      http://gobby.0x539.de/
                     11: COMMENT=       Networking library for C++
1.12      mef        12: LICENSE=       gnu-gpl-v2
1.1       rillig     13:
                     14: GNU_CONFIGURE=         yes
                     15: USE_LIBTOOL=           yes
1.8       drochner   16: USE_TOOLS+=            pkg-config
1.1       rillig     17: USE_PKGLOCALEDIR=      yes
1.17      jperkin    18: USE_LANGUAGES=         c c++11
1.1       rillig     19:
                     20: PKGCONFIG_OVERRIDE+=   net6-1.3.pc.in
                     21:
                     22: .include "../../devel/libsigc++/buildlink3.mk"
                     23: .include "../../security/gnutls/buildlink3.mk"
                     24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>