mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
37 lines
652 B
Makefile
37 lines
652 B
Makefile
# ex:ts=8 -*-mode: makefile-*-
|
|
#
|
|
# New ports collection makefile for: cdoc
|
|
# Date created: 2002-12-22
|
|
# Whom: Alan Eldridge <alane@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdoc
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.annexia.org/freeware/${PORTNAME}/
|
|
|
|
MAINTAINER= alane@FreeBSD.org
|
|
COMMENT= Extracts documentation from C source code comments
|
|
|
|
BUILD_DEPENDS+= make+:${.CURDIR}/../makeplus
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5_RUN= yes
|
|
PREFIX?= ${LOCALBASE}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; make+
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; make+ install prefix=${PREFIX}
|
|
|
|
.include <bsd.port.post.mk>
|
|
|
|
#EOF
|