freebsd-ports/devel/doctorj/Makefile
Michael Landin 7ee3561572 Update to latest release (4.0.1)
- Major code cleanup
	- Improved logging and spell-checking
	- Faster compilation time

Approved by:		roberto (mentor)
2003-08-18 15:32:23 +00:00

22 lines
478 B
Makefile

# 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.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mich@FreeBSD.org
COMMENT= A tool for analyzing Java code and documentation
GNU_CONFIGURE= yes
MAN1= doctorj.1
.include <bsd.port.mk>