Unbreak build (partially)

This commit is contained in:
Sergey Svishchev 2013-09-03 17:40:00 +00:00 committed by Thomas Klausner
parent e173f61a14
commit 7bec7bb262
3 changed files with 15 additions and 14 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/09/24 16:56:40 asau Exp $
# $NetBSD: Makefile,v 1.5 2013/09/03 17:40:00 shattered Exp $
#
VERSION=2.21
@ -14,16 +14,17 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl
INSTALLATION_DIRS+= share/autopsy/lib share/autopsy/pict
INSTALLATION_DIRS+= bin man/man1
do-build:
cd ${WRKSRC} && sh build ${PREFIX}
cd ${WRKSRC} && sh build ${DESTDIR}${PREFIX}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/autopsy/lib
${INSTALL_DATA} ${WRKSRC}/conf.pl ${WRKSRC}/global.css ${PREFIX}/share/autopsy/
${INSTALL_DATA} ${WRKSRC}/pict/* ${PREFIX}/share/autopsy/pict
${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/${PKGMANDIR}/man1/
${INSTALL_SCRIPT} ${WRKSRC}/autopsy ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/lib/* ${DESTDIR}${PREFIX}/share/autopsy/lib
${INSTALL_DATA} ${WRKSRC}/conf.pl ${WRKSRC}/global.css ${DESTDIR}${PREFIX}/share/autopsy/
${INSTALL_DATA} ${WRKSRC}/pict/* ${DESTDIR}${PREFIX}/share/autopsy/pict
${INSTALL_MAN} ${WRKSRC}/man/man1/* ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../sysutils/file/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,5 +1,5 @@
zathura is a highly customizable and functional PDF viewer based
on the poppler rendering library and the gtk+ toolkit. The idea
behind zathura is an application that provides a minimalistic and
space saving interface as well as an easy usage that mainly focuses
on keyboard interaction.
zathura is a highly customizable and functional PDF viewer based
on the poppler rendering library and the gtk+ toolkit. The idea
behind zathura is an application that provides a minimalistic and
space saving interface as well as an easy usage that mainly focuses
on keyboard interaction.

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2013/06/26 18:41:00 zul_ Exp $
# $NetBSD: Makefile,v 1.6 2013/09/03 17:40:00 shattered Exp $
#
DISTNAME= zathura-0.2.3
@ -12,7 +12,7 @@ COMMENT= PDF viewer with vi-like keybindings
USE_TOOLS+= pkg-config gettext gmake groff
USE_LIBTOOL= yes
DEPENDS+= py27-docutils-[0-9]*:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
.include "../../graphics/cairo/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"