e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
26 lines
756 B
Makefile
26 lines
756 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/06/02 01:20:12 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= trio-1.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.contactor.se/~dast/stuff/
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.contactor.se/~dast/trio/
|
|
COMMENT= fully matured and stable set of printf and string functions
|
|
|
|
post-patch:
|
|
${SED} "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile \
|
|
> ${WRKSRC}/Makefile.done
|
|
${MV} ${WRKSRC}/Makefile.done ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} trio.h triop.h ${PREFIX}/include
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} libtrio.a ${PREFIX}/lib
|
|
cd ${WRKSRC}/man/man3 && \
|
|
${INSTALL_MAN} trio_printf.3 trio_scanf.3 \
|
|
trio_register.3 strio.3 ${PREFIX}/man/man3
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|