blob: e577cb492abcfd4bfa1bc935a55f7887156d10c6 (
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.6 2014/01/01 11:52:10 wiz Exp $
#
DISTNAME= bodr-9
PKGREVISION= 4
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"
|