diff options
author | gdt <gdt> | 2007-07-28 11:09:48 +0000 |
---|---|---|
committer | gdt <gdt> | 2007-07-28 11:09:48 +0000 |
commit | 79aa777133ebc06a15af98fea0ce42f902fd6d7e (patch) | |
tree | 5786db5b55bad250bdac5cad4f1f469381ecd2f5 /geography/epsg-docs/Makefile | |
parent | 1e1bf3c529afcdf8847489ca85b9351cb208b02c (diff) | |
download | pkgsrc-79aa777133ebc06a15af98fea0ce42f902fd6d7e.tar.gz |
New package for epsg documentation, split from epsg.
Package provided by Brook Milligan.
Diffstat (limited to 'geography/epsg-docs/Makefile')
-rw-r--r-- | geography/epsg-docs/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/geography/epsg-docs/Makefile b/geography/epsg-docs/Makefile new file mode 100644 index 00000000000..3262402b9e9 --- /dev/null +++ b/geography/epsg-docs/Makefile @@ -0,0 +1,31 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 11:09:48 gdt Exp $ +# + +DISTNAME= G7-1 +PKGNAME= epsg-docs-${VERS} +VERS= 20070716 +CATEGORIES= geography databases +MASTER_SITES= http://www.epsg.org/guides/docs/ +DISTFILES= G7-1.pdf G7-2.pdf +DIST_SUBDIR= epsg-docs-${VERS} + +MAINTAINER= cngo@nmsu.edu +HOMEPAGE= http://www.epsg.org/ +COMMENT= EPSG geodetic parameters database documentation + +LICENSE= epsg-license + +# Docs were included in geography/epsg up to 6.11.2, but are released +# separately and hence now packaged separately. +CONFLICTS+= epsg<6.13 + +WRKSRC= ${WRKDIR} +NO_BUILD= yes +DOCDIR= ${PREFIX}/share/doc/epsg + +do-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/G7-1.pdf ${DOCDIR:Q} + ${INSTALL_DATA} ${WRKSRC}/G7-2.pdf ${DOCDIR:Q} + +.include "../../mk/bsd.pkg.mk" |