pkgsrc/devel/trio/Makefile
joerg 93c20b5ae6 Update to trio-1.11. Most important changes are various bug and
portability fixes, additional functions like trio_asprintfv,
customizable printf/scanf, overwriteable locale settings and more.
2006-10-31 23:13:51 +00:00

19 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/10/31 23:13:51 joerg Exp $
#
DISTNAME= trio-1.11
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctrio/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://daniel.haxx.se/projects/trio/
COMMENT= Fully matured and stable set of printf and string functions
USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include "../../mk/bsd.pkg.mk"