25cf48d571
- Pass maintainership to submitter PR: 128756 Submitted by: Dennis Herrmann <adox@mcx2.org>
26 lines
491 B
Makefile
26 lines
491 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: trio
|
|
# Date created: Jun 3, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= trio
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/ctrio
|
|
|
|
MAINTAINER= adox@mcx2.org
|
|
COMMENT= A fully matured and stable set of printf and string functions
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${FIND} doc | \
|
|
${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|