b4178f25ff
qDecoder is a library for CGI programming. Being a Web Application Interface for C/C++ use, qDecoder is a solution product for developers. The Query Fetch algorithm of qDecoder based on the linked-list provides transparency with low layers by the simple library interface regardless of COOKIE/GET/POST(including File Upload). Thus, it enables the web based software to be more intuitively designed and implemented. qDecoder is developed according to the free software model and is publicly distributed.
23 lines
709 B
Makefile
23 lines
709 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2002/05/04 00:53:51 jtb Exp $
|
|
|
|
DISTNAME= qDecoder-7.0.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= packages@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"
|