freebsd-ports/devel/cdoc/Makefile
2003-01-02 03:54:04 +00:00

35 lines
592 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
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