Pullup ticket #3409.
[pkgsrcv2.git] / devel / trio / Makefile
1 # $NetBSD: Makefile,v 1.9 2006/10/31 23:13:51 joerg Exp $
2 #
3
4 DISTNAME=       trio-1.11
5 CATEGORIES=     devel
6 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=ctrio/}
7
8 MAINTAINER=     pkgsrc-users@NetBSD.org
9 HOMEPAGE=       http://daniel.haxx.se/projects/trio/
10 COMMENT=        Fully matured and stable set of printf and string functions
11
12 PKG_DESTDIR_SUPPORT=    user-destdir
13
14 USE_LIBTOOL=    yes
15
16 INSTALLATION_DIRS=      include lib
17
18 post-extract:
19         ${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
20
21 .include "../../mk/bsd.pkg.mk"