blob: 2cd37f4b1833d04e35be27a8f74d46986fda60f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.12 2013/03/03 10:35:07 shattered Exp $
#
DISTNAME= trio-1.12
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"
|