pkgsrc/devel/trio/Makefile

20 lines
445 B
Makefile
Raw Normal View History

2017-09-06 11:02:59 +02:00
# $NetBSD: Makefile,v 1.13 2017/09/06 09:03:01 wiz Exp $
#
DISTNAME= trio-1.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctrio/}
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-06 11:02:59 +02:00
HOMEPAGE= https://daniel.haxx.se/projects/trio/
COMMENT= Fully matured and stable set of printf and string functions
2006-03-15 17:44:50 +01:00
USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib
post-extract:
2006-03-15 17:44:50 +01:00
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include "../../mk/bsd.pkg.mk"