pkgsrc/www/qDecoder/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
710 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/03/04 21:31:03 jlam Exp $
DISTNAME= qDecoder-7.0.1
CATEGORIES= www
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.qDecoder.org/
COMMENT= Web Application Interface for C/C++ (CGI Library)
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qDecoder
cd ${WRKSRC}; ${INSTALL_DATA} AUTHORS CHANGES COPYING \
DISCLAIMER README REFERENCE qDecoder.jpg \
${PREFIX}/share/doc/qDecoder
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/qDecoder
cd ${WRKSRC}/examples; ${INSTALL_DATA} *.c *.conf s*.in \
*.html ${PREFIX}/share/examples/qDecoder
.include "../../mk/bsd.pkg.mk"