mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 0.9.7, maintainership to Sergei
Submitted by: Sergei Kolobov <sergei@kolobov.com> PR: 53179 Approved by: fjoe (implicit)
This commit is contained in:
parent
8b18ba9970
commit
68b41447c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82966
@ -1,5 +1,3 @@
|
||||
# ex:ts=8 -*-mode: makefile-*-
|
||||
#
|
||||
# New ports collection makefile for: cdoc
|
||||
# Date created: 2002-12-22
|
||||
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
||||
@ -8,29 +6,30 @@
|
||||
#
|
||||
|
||||
PORTNAME= cdoc
|
||||
PORTVERSION= 0.9.6
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 0
|
||||
PORTVERSION= 0.9.7
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.annexia.org/freeware/${PORTNAME}/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
COMMENT= Extracts documentation from C source code comments
|
||||
|
||||
BUILD_DEPENDS+= make+:${.CURDIR}/../makeplus
|
||||
BUILD_DEPENDS+= make+:${PORTSDIR}/devel/makeplus
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_RUN= yes
|
||||
PREFIX?= ${LOCALBASE}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
DOCS= README
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; make+
|
||||
${PERL} -pi.orig -e 's,#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/cdoc
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; make+ install prefix=${PREFIX}
|
||||
cd ${WRKSRC}; make+ install
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
#EOF
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (cdoc-0.9.6.tar.gz) = 438f738db520b09c3a0de5da77258673
|
||||
MD5 (cdoc-0.9.7.tar.gz) = 8ac5b0c086accc4abd54c66283abbb1f
|
||||
|
@ -1,6 +1,7 @@
|
||||
Cdoc extracts documentation from C source code comments. It is used by
|
||||
c2lib. pthrlib, and other code by the same author.
|
||||
cdoc is perldoc-like documentation tool for C programs and libraries.
|
||||
It takes inline embedded comments and turns them into manual pages.
|
||||
|
||||
WWW: http://www.annexia.org/freeware/
|
||||
Author: Richard W.M. Jones <rich@annexia.org>
|
||||
WWW: http://www.annexia.org/freeware/cdoc/
|
||||
|
||||
-- AlanE
|
||||
|
@ -1 +1,3 @@
|
||||
bin/cdoc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user