1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/robodoc/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

36 lines
873 B
Makefile

# New ports collection makefile for: robodoc
# Date created: 15 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= robodoc
PORTVERSION= 3.2.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
MAKEFILE= makefile
MAN1= robodoc.1
post-install:
@${MKDIR} ${PREFIX}/share/examples/robodoc/C
${INSTALL_DATA} ${WRKSRC}/Examples/C/* \
${PREFIX}/share/examples/robodoc/C
@${MKDIR} ${PREFIX}/share/examples/robodoc/CPP
${INSTALL_DATA} ${WRKSRC}/Examples/CPP/* \
${PREFIX}/share/examples/robodoc/CPP
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/robodoc
.for file in AUTHORS ChangeLog NEWS README Docs/main.css Docs/robodoc.html
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/robodoc
.endfor
.endif
.include <bsd.port.mk>