pkgsrc/graphics/fujiplay/Makefile
agc a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00

25 lines
796 B
Makefile

# $NetBSD: Makefile,v 1.3 2001/09/09 20:36:29 agc Exp $
#
DISTNAME= fujiplay
PKGNAME= fujiplay-1.33
CATEGORIES= graphics
MASTER_SITES= http://topo.math.u-psud.fr/~bousch/
EXTRACT_SUFX= .tgz
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://topo.math.u-psud.fr/~bousch/fujiplay.html
COMMENT= Download pictures from some Fujifilm digital cameras
WRKSRC= ${WRKDIR}
DIST_SUBDIR= fujiplay-1.33
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fujiplay ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/yycc2ppm ${PREFIX}/bin
${INSTALL_MAN_DIR} ${PREFIX}/share/doc/fujiplay
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fujiplay
${INSTALL_MAN} ${WRKSRC}/fujiplay.lsm ${PREFIX}/share/doc/fujiplay
${INSTALL_MAN} ${WRKSRC}/mx700-commands.html ${PREFIX}/share/doc/fujiplay
.include "../../mk/bsd.pkg.mk"