blob: 26eb2f737f0f3fc5b9fdbbab48e7956a9f4ff823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.6 2009/06/25 09:41:45 drochner Exp $
#
DISTNAME= net6-1.3.9
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://releases.0x539.de/net6/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gobby.0x539.de/
COMMENT= Networking library for C++
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf pkg-config
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= net6-1.3.pc.in
pre-configure:
cd ${WRKSRC} && autoconf
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../security/gnutls/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|