1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/doctorj/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

37 lines
901 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= 5.1.2
PORTREVISION= 2
CATEGORIES= devel java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nemoliu@FreeBSD.org
COMMENT= A tool for analyzing Java code and documentation
USE_JAVA= yes
JAVA_VERSION= 1.3+
USE_ANT= yes
ALL_TARGET= jarfile
MAN1= doctorj.1
PLIST_FILES= %%JAVAJARDIR%%/doctorj.jar
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/doctorj.jar..."
@${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/share/doctorj/doctorj.jar ${JAVAJARDIR}/
@${ECHO_MSG} -n ">> Installing MANPAGE ..."
@${INSTALL_MAN} ${WRKSRC}/doc/doctorj.1 ${MAN1PREFIX}/man/man1
@${ECHO_MSG} " [ DONE ]"
.include <bsd.port.mk>