blob: f4f26442d87c908f4807c2e0cfda771bd0159cd5 (
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.3 2012/09/11 20:32:11 asau Exp $
#
DISTNAME= bodr-9
PKGREVISION= 1
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"
|