2003-05-15 14:40:46 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: doctorj
|
|
|
|
# Date created: Wed Apr 16, 2003
|
|
|
|
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= doctorj
|
2003-09-08 12:45:43 +02:00
|
|
|
PORTVERSION= 4.0.2
|
2003-05-15 14:40:46 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-08-08 15:43:08 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-05-15 14:40:46 +02:00
|
|
|
COMMENT= A tool for analyzing Java code and documentation
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= doctorj.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/doctorj
|
2003-05-15 14:40:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|