diff options
Diffstat (limited to 'www/cutycapt')
-rw-r--r-- | www/cutycapt/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/www/cutycapt/Makefile b/www/cutycapt/Makefile index 62db557d2571..7dab1ae0ad3f 100644 --- a/www/cutycapt/Makefile +++ b/www/cutycapt/Makefile @@ -8,21 +8,18 @@ CATEGORIES= www MASTER_SITES= http://bsd.e-shell.net/local/ MAINTAINER= loox@e-shell.net -COMMENT= A command-line utility to capture WebKit's rendering of a web page +COMMENT= Command-line utility to capture WebKit's rendering of a web page LICENSE= GPLv2 WRKSRC= ${WRKDIR}/CutyCapt -USE_QT4= qmake_build moc_build imageformats webkit +USES= qmake +USE_QT4= moc_build imageformats_run webkit PLIST_FILES= bin/CutyCapt -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} - post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |