2007-03-28 15:30:11 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2007/03/28 13:30:11 joerg Exp $
|
2002-05-04 02:53:51 +02:00
|
|
|
|
|
|
|
DISTNAME= qDecoder-7.0.1
|
|
|
|
CATEGORIES= www
|
2006-06-10 21:43:24 +02:00
|
|
|
PKGREVISION= 1
|
2002-05-04 02:53:51 +02:00
|
|
|
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/
|
|
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-05-04 02:53:51 +02:00
|
|
|
HOMEPAGE= http://www.qDecoder.org/
|
|
|
|
COMMENT= Web Application Interface for C/C++ (CGI Library)
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2006-06-10 21:43:24 +02:00
|
|
|
USE_LIBTOOL= YES
|
2007-03-28 15:30:11 +02:00
|
|
|
INSTALLATION_DIRS= include lib share/doc/qDecoder share/examples/qDecoder
|
2002-05-04 02:53:51 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}; ${INSTALL_DATA} AUTHORS CHANGES COPYING \
|
|
|
|
DISCLAIMER README REFERENCE qDecoder.jpg \
|
|
|
|
${PREFIX}/share/doc/qDecoder
|
|
|
|
cd ${WRKSRC}/examples; ${INSTALL_DATA} *.c *.conf s*.in \
|
|
|
|
*.html ${PREFIX}/share/examples/qDecoder
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|