freebsd-ports/devel/autodia/Makefile

56 lines
1.4 KiB
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: autodia
# Date created: Oct 6, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= autodia
PORTVERSION= 1.9
CATEGORIES= devel perl5
MASTER_SITES= http://droogs.org/autodia/download/
DISTNAME= Autodia-${PORTVERSION}
MAINTAINER= fernan@iib.unsam.edu.ar
2003-02-20 18:07:10 +01:00
COMMENT= Automatic Dia XML - from Source Code and Data
2003-03-30 18:11:53 +02:00
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
${SITE_PERL}/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
2002-08-15 08:57:25 +02:00
RUN_DEPENDS= ${BUILD_DEPENDS}
2002-08-15 08:57:25 +02:00
PERL_CONFIGURE= yes
2004-11-13 05:03:22 +01:00
MAN1= autodia.pl.1 autodia_java.pl.1
2002-08-15 08:57:25 +02:00
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
2003-03-30 18:11:53 +02:00
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 \
2003-03-30 18:11:53 +02:00
Autodia::Handler::dia.3
DOCS= CHANGES COPYING CREDITS DEVELOP FAQ INSTALL MANIFEST README TODO
2002-08-15 08:57:25 +02:00
pre-install:
@${RM} -f ${WRKSRC}/blib/man3/*.3
.if !defined(NOPORTDOCS)
2002-08-15 08:57:25 +02:00
post-install:
@${MKDIR} ${DOCSDIR}
2002-08-15 08:57:25 +02:00
.for file in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>