pkgsrc/www/qDecoder/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2019/11/04 22:10:14 rillig Exp $
#
DISTNAME= qDecoder-9.0.1
CATEGORIES= www
MASTER_SITES= ftp://ftp.qDecoder.org/pub/qDecoder/
MAINTAINER= jypak@users.sourceforge.net
HOMEPAGE= http://www.qDecoder.org/
COMMENT= Web Application Interface for C/C++ (CGI Library)
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
INSTALLATION_DIRS= include lib share/doc/qDecoder share/doc/qDecoder/html \
share/examples/qDecoder share/examples/qDecoder/qDecoder-upload
post-install:
cd ${WRKSRC}; ${INSTALL_DATA} AUTHORS CHANGES COPYING \
qDecoder.jpg ${DESTDIR}${PREFIX}/share/doc/qDecoder
cd ${WRKSRC}/src; ${INSTALL_DATA} qDecoder.h ${DESTDIR}${PREFIX}/include
cd ${WRKSRC}/doc/html; ${INSTALL_DATA} * ${DESTDIR}${PREFIX}/share/doc/qDecoder/html
cd ${WRKSRC}/examples; ${INSTALL_DATA} *.c *.conf s*.in \
*.html ${DESTDIR}${PREFIX}/share/examples/qDecoder
cd ${WRKSRC}/examples/qDecoder-upload; ${INSTALL_DATA} *.html *.js \
${DESTDIR}${PREFIX}/share/examples/qDecoder/qDecoder-upload
.include "../../mk/bsd.pkg.mk"