freebsd-ports/devel/robodoc/Makefile

37 lines
964 B
Makefile
Raw Normal View History

# New ports collection makefile for: robodoc
# Date created: 15 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= robodoc
PORTVERSION= 4.0.18
CATEGORIES= devel
2001-02-14 06:43:00 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Code reference program similar to cxref that produces HTML
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= robodoc.1 robohdrs.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in AUTHORS ChangeLog NEWS README Docs/manual.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/Examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>