pkgsrc/misc/proj-doc/Makefile
jlam 39843c2c61 Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 19:21:10 +00:00

22 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/03/04 19:21:12 jlam Exp $
DISTNAME= proj-pdf-docs
PKGNAME= proj-doc-1.1
PKGREVISION= 1
CATEGORIES= misc 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
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/proj
${INSTALL_DATA} ${WRKDIR}/*.pdf ${DESTDIR}${PREFIX}/share/doc/proj/
.include "../../mk/bsd.pkg.mk"