2017-09-06 11:02:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2017/09/06 09:03:01 wiz Exp $
|
2001-06-05 14:22:53 +02:00
|
|
|
#
|
|
|
|
|
2013-03-03 11:35:07 +01:00
|
|
|
DISTNAME= trio-1.12
|
2001-06-05 14:22:53 +02:00
|
|
|
CATEGORIES= devel
|
2006-11-01 00:13:51 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ctrio/}
|
2001-06-05 14:22:53 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2017-09-06 11:02:59 +02:00
|
|
|
HOMEPAGE= https://daniel.haxx.se/projects/trio/
|
2003-07-21 18:35:12 +02:00
|
|
|
COMMENT= Fully matured and stable set of printf and string functions
|
2001-06-05 14:22:53 +02:00
|
|
|
|
2006-03-15 17:44:50 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2006-11-01 00:13:51 +01:00
|
|
|
INSTALLATION_DIRS= include lib
|
2005-06-16 08:57:37 +02:00
|
|
|
|
2006-11-01 00:13:51 +01:00
|
|
|
post-extract:
|
2006-03-15 17:44:50 +01:00
|
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
2001-06-05 14:22:53 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|