mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
24 lines
503 B
Makefile
24 lines
503 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.2
|
|
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
|
|
PLIST_FILES= bin/doctorj
|
|
|
|
.include <bsd.port.mk>
|