pkgsrc/devel/trio/Makefile

22 lines
481 B
Makefile
Raw Normal View History

2008-06-20 03:09:05 +02:00
# $NetBSD: Makefile,v 1.10 2008/06/20 01:09:17 joerg Exp $
#
DISTNAME= trio-1.11
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
2008-06-20 03:09:05 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
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"