pkgsrc/print/epdfview/Makefile
maya 964bedc046 bump for print/poppler major bump
note: script detailed in `man revbump` insisted on bumping pkgrevision of
print/poppler, it's probably wrong, but not committing this change is wronger.
2017-12-08 08:52:56 +00:00

24 lines
640 B
Makefile

# $NetBSD: Makefile,v 1.77 2017/12/08 08:52:58 maya Exp $
#
DISTNAME= epdfview-0.1.8
PKGREVISION= 52
CATEGORIES= print
MASTER_SITES= http://anduin.linuxfromscratch.org/BLFS/epdfview/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
#HOMEPAGE= http://trac.emma-soft.com/epdfview/
COMMENT= Lightweight PDF viewer using Poppler and GTK2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt
.include "options.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"