pkgsrc/devel/clib/Makefile
tonnerre 3b9dd3d374 Import clib version 0.2.2.
The clib provides advanced features to the C programming language,
such as dynamically resizing arrays, hash tables or operations
like establishing a TCP connection to a string.
2010-04-27 23:52:53 +00:00

17 lines
417 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/04/27 23:52:53 tonnerre Exp $
DISTNAME= clib-0.2.2
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"