21 lines
481 B
Makefile
21 lines
481 B
Makefile
# $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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLATION_DIRS= include lib
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|