blob: 2a50fddf87f78591063e278daf23ae79a8421b29 (
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.11 2018/08/22 09:42:59 wiz Exp $
#
DISTNAME= bodr-9
PKGREVISION= 8
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"
|