aboutsummaryrefslogtreecommitdiff
path: root/devel/doctorj/Makefile
blob: e640f19eae150d18872196e06f0263037a37a51b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# Ports collection makefile for:  doctorj
# Date created:                   Wed Apr 16, 2003
# Whom:                           Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#

PORTNAME=	doctorj
PORTVERSION=	4.0.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	mich@freebsdcluster.org
COMMENT=	A tool for analyzing Java code and documentation

GNU_CONFIGURE=	yes

MAN1=		doctorj.1

.include <bsd.port.mk>