pkgsrc/devel/clib/Makefile
tonnerre f6267ec1c7 Update clib to version 0.3.
Changes since version 0.2.2:
 - Added additional socket functions (str2addrinfo, str2sockaddr,
   connect2addrinfo and bind2addrinfo).
 - C++ compatibility (no variables named new, etc).
 - Use more const.
 - NetBSD compatibility for getnameinfo().
 - Bugfixes.
2013-03-09 00:23:26 +00:00

17 lines
411 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/03/09 00:23:26 tonnerre Exp $
DISTNAME= clib-0.3
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ancient-solutions.com/pub/bsdprojects/clib/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://clib.ancient-solutions.com/
COMMENT= Enhanced language features for C
PKG_DESTDIR_SUPPORT= destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
.include "../../mk/bsd.pkg.mk"