diff options
author | gdt <gdt@pkgsrc.org> | 2007-08-11 02:53:02 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-08-11 02:53:02 +0000 |
commit | d8b05d6c94548c512eb15845ec930e7e80cf3091 (patch) | |
tree | c078d6df6595f6101f652cfd2d5a16251a5bd5af /geography/libdrg | |
parent | fdb0fd8d732b25f1f8e57ce8a15e72a6d02742ca (diff) | |
download | pkgsrc-d8b05d6c94548c512eb15845ec930e7e80cf3091.tar.gz |
libdrg is a library for obtaining DRG data from multiple files at
multiple resolutions.
Diffstat (limited to 'geography/libdrg')
-rw-r--r-- | geography/libdrg/DESCR | 2 | ||||
-rw-r--r-- | geography/libdrg/Makefile | 21 | ||||
-rw-r--r-- | geography/libdrg/PLIST | 4 | ||||
-rw-r--r-- | geography/libdrg/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/geography/libdrg/DESCR b/geography/libdrg/DESCR new file mode 100644 index 00000000000..4d1ce264f28 --- /dev/null +++ b/geography/libdrg/DESCR @@ -0,0 +1,2 @@ +libdrg is a library for obtaining DRG data from multiple files at +multiple resolutions. diff --git a/geography/libdrg/Makefile b/geography/libdrg/Makefile new file mode 100644 index 00000000000..d59c379c227 --- /dev/null +++ b/geography/libdrg/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/08/11 02:53:02 gdt Exp $ +# + +DISTNAME= libdrg-0.0.81 +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. + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libdrg.pc.in + +.include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/libdrg/PLIST b/geography/libdrg/PLIST new file mode 100644 index 00000000000..49d2145ad00 --- /dev/null +++ b/geography/libdrg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/11 02:53:02 gdt Exp $ +include/drg_tiff.h +lib/libdrg.la +lib/pkgconfig/libdrg.pc diff --git a/geography/libdrg/distinfo b/geography/libdrg/distinfo new file mode 100644 index 00000000000..2f80d9a8f98 --- /dev/null +++ b/geography/libdrg/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/08/11 02:53:02 gdt Exp $ + +SHA1 (libdrg-0.0.81.tar.gz) = 48e45c91710adce23e6cf41a8c5d0368681db1a6 +RMD160 (libdrg-0.0.81.tar.gz) = 2fb8b5fee6464ec47c2ada9f474304003edfee6c +Size (libdrg-0.0.81.tar.gz) = 320228 bytes |