blob: c6d558dfdccea20fb31fa3e22ce7e6ffef01553b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:25 wiz Exp $
#
DISTNAME= bodr-9
PKGREVISION= 6
CATEGORIES= biology
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bodr/}
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://blueobelisk.org/
COMMENT= Blue Obelisk Data Repository
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config gmake perl
USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= bodr.pc.in
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|