blob: c16882dc4790c18b903f5aa738621ba53418ced2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.5 2012/02/06 12:40:15 wiz Exp $
#
DISTNAME= libdrg-0.0.81
PKGREVISION= 3
CATEGORIES= geography
MASTER_SITES= http://www.lexort.com/software/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.lexort.com/software/
COMMENT= Library for reading and merging DRG files.
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libdrg.pc.in
.include "../../graphics/tiff/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|