pkgsrc/geography/proj-doc/Makefile
wiz 0ff4d1932c Reimport some packages from misc into a better fitting category.
Packages found by Timothy E. Larson (mail to pkgsrc-users).

PREV_PKGPATH is set for tools that need to follow this move.
2010-03-14 16:26:22 +00:00

24 lines
638 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:26:22 wiz Exp $
DISTNAME= proj-pdf-docs
PKGNAME= proj-doc-1.1
PKGREVISION= 1
CATEGORIES= geography
MASTER_SITES= ftp://ftp.remotesensing.org/pub/proj/ \
http://dl.maptools.org/dl/proj/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.remotesensing.org/proj/
COMMENT= PDF documentation for the PROJ cartographic projection software
PKG_DESTDIR_SUPPORT= user-destdir
NO_BUILD= yes
PREV_PKGPATH= misc/proj-doc
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proj
${INSTALL_DATA} ${WRKDIR}/*.pdf ${DESTDIR}${PREFIX}/share/doc/proj/
.include "../../mk/bsd.pkg.mk"