blob: 0fdab8af86dd0a6b159fd61db87a79af3bf72639 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.7 2006/03/15 16:44:50 joerg Exp $
#
DISTNAME= trio-1.3
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.contactor.se/~dast/stuff/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.contactor.se/~dast/trio/
COMMENT= Fully matured and stable set of printf and string functions
USE_LIBTOOL= yes
INSTALLATION_DIRS= include lib man/man3
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include "../../mk/bsd.pkg.mk"
|