4f6b923486
Patch provided by in PR 38995. OKed by agc@. While here, marked as DESTDIR ready. Version 1.3.7: * Bugfix for compilation on NetBSD. * New translations: - Portuguese (partial) Version 1.3.6: * Translation roundup CVs: ----------------------------------------------------------------------
24 lines
555 B
Makefile
24 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/07/12 15:11:40 obache Exp $
|
|
#
|
|
|
|
DISTNAME= net6-1.3.7
|
|
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+= 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"
|