pkgsrc-wip/manatee/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

40 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2010/06/13 22:47:11 thomasklausner Exp $
#
DISTNAME= manatee-1.8.4.1
PKGREVISION= 2
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=manatee/}
MAINTAINER= hdp@cs.nmsu.edu
HOMEPAGE= http://sourceforge.net/projects/manatee/
COMMENT= Web-based gene evaluation and genome annotation tool
WRKSRC= ${WRKDIR}/manatee
DEPENDS+= p5-CGI>=2.91:../../www/p5-CGI
DEPENDS+= p5-DBD-mysql>=2.1017:../../databases/p5-DBD-mysql
DEPENDS+= p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-Simple>=2.07:../../textproc/p5-XML-Simple
DEPENDS+= p5-HTML-Template>=2.6:../../www/p5-HTML-Template
DEPENDS+= p5-GD>=2.07:../../graphics/p5-GD
DEPENDS+= p5-GDGraph>=1.33nb1:../../graphics/p5-GDGraph
DEPENDS+= p5-GDTextUtil>=0.80nb1:../../graphics/p5-GDTextUtil
DEPENDS+= p5-Storable>=2.06:../../devel/p5-Storable
DEPENDS+= p5-Date-Manip>=5.40:../../devel/p5-Date-Manip
DEPENDS+= mysql-server>=5.0:../../databases/mysql5-server
DEPENDS+= p5-Tree-DAG_Node>=1.04:../../devel/p5-Tree-DAG_Node
DEPENDS+= p5-DBD-Sybase>=0.94:../../databases/p5-DBD-Sybase
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
pre-configure:
cd ${WRKSRC}; ${AUTOCONF}
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
.include "../../www/apache/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"