pkgsrc/graphics/ppmtoxvpic/Makefile
jlam 4b86e2bfab Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 15:39:09 +00:00

18 lines
481 B
Makefile

# $NetBSD: Makefile,v 1.12 2008/03/04 15:39:10 jlam Exp $
#
PKGNAME= ppmtoxvpic-0.99.9
PKGREVISION= 6
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Convert PPM image to preview pic readable by xv and gimp
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/utils/xvpicmaker ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/utils/ppmtoxvpic ${DESTDIR}${PREFIX}/bin
.include "../../x11/dfm/Makefile.common"