blob: df3c8e86e7a84ddb21ef1fc34fc2e868f167a38f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.11 2012/10/23 17:18:41 asau Exp $
#
DISTNAME= net6-1.3.10
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= http://releases.0x539.de/net6/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gobby.0x539.de/
COMMENT= Networking library for C++
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= net6-1.3.pc.in
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|