pkgsrc/www/qDecoder/Makefile
2003-07-17 22:50:55 +00:00

23 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/07/17 22:56:01 grant Exp $
DISTNAME= qDecoder-7.0.1
CATEGORIES= www
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/
EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@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"