1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/autodia/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

57 lines
1.5 KiB
Makefile

# ex:ts=8
# New ports collection makefile for: autodia
# Date created: Oct 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= autodia
PORTVERSION= 2.03
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Tree/TEEJAY
DISTNAME= Autodia-${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Automatic Dia XML - from Source Code and Data
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
${SITE_PERL}/${PERL_ARCH}/Inline/Java.pm:${PORTSDIR}/devel/p5-Inline-Java \
${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz \
${SITE_PERL}/VCG.pm:${PORTSDIR}/graphics/p5-VCG \
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
${SITE_PERL}/SpringGraph.pm:${PORTSDIR}/graphics/p5-SpringGraph
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= autodia.pl.1 autodia_java.pl.1
MAN3= Autodia.3 autodia.3 autodia_java.3 \
Autodia::Diagram.3 \
Autodia::Diagram::Class.3 \
Autodia::Diagram::Component.3 \
Autodia::Handler.3 \
Autodia::Handler::Cpp.3 \
Autodia::Handler::DBI.3 \
Autodia::Handler::PHP.3 \
Autodia::Handler::Perl.3 \
Autodia::Handler::SQL.3 \
Autodia::Handler::Torque.3 \
Autodia::Handler::dia.3 \
Autodia::Handler::umbrello.3
DOCS= CHANGES COPYING CREDITS DEVELOP FAQ INSTALL MANIFEST README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>