pkgsrc/graphics/camediaplay/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

23 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:46 jlam Exp $
DISTNAME= camediaplay-20010211
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \
ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Digital camera downloading tool for Epson/Sanyo/Olympus/Agfa camera
WRKSRC= ${WRKDIR}/camediaplay/build
GNU_CONFIGURE= yes
DOC= README.english README.japanese PROTOCOL
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/camediaplay
for i in ${DOC}; do \
${INSTALL_DATA} ${WRKSRC}/../$$i \
${PREFIX}/share/doc/camediaplay; \
done
.include "../../mk/bsd.pkg.mk"