pkgsrc-wip/deforaos-pdfviewer/Makefile
Pierre Pronchery 2b7df88d45 Packaged DeforaOS PDFViewer 0.0.1, including:
- a new properties dialog
- some compilation fixes for older versions of Gtk+
- additional minor improvements to the user interface
2012-12-17 01:53:08 +00:00

27 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/12/17 01:53:08 khorben Exp $
#
DISTNAME= PDFViewer-0.0.1
PKGNAME= deforaos-pdfviewer-0.0.1
CATEGORIES= print
MASTER_SITES= http://www.defora.org/os/download/download/3686/
MAINTAINER= khorben@defora.org
HOMEPAGE= http://www.defora.org/
COMMENT= DeforaOS desktop PDF viewer
LICENSE= gnu-gpl-v3
USE_TOOLS+= pkg-config
MAKE_FLAGS+= PREFIX=${PREFIX}
MAKE_FLAGS+= DESTDIR=${DESTDIR}
.include "options.mk"
.include "../../wip/deforaos-libsystem/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../wip/deforaos-libdesktop/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"