Import deforaos-pdfviewer-0.0.0 as wip/deforaos-pdfviewer.
DeforaOS desktop PDF viewer
This commit is contained in:
parent
4bb7cf5ecb
commit
c7c47b6dd6
5 changed files with 46 additions and 0 deletions
1
deforaos-pdfviewer/DESCR
Normal file
1
deforaos-pdfviewer/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
DeforaOS desktop PDF viewer
|
27
deforaos-pdfviewer/Makefile
Normal file
27
deforaos-pdfviewer/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/01/09 15:46:04 khorben Exp $
|
||||
|
||||
DISTNAME= PDFViewer-0.0.0
|
||||
PKGNAME= deforaos-pdfviewer-0.0.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.defora.org/os/download/download/3619/
|
||||
|
||||
MAINTAINER= khorben@defora.org
|
||||
HOMEPAGE= http://www.defora.org/
|
||||
COMMENT= DeforaOS desktop PDF viewer
|
||||
|
||||
LICENSE= gnu-gpl-v3
|
||||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
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"
|
3
deforaos-pdfviewer/PLIST
Normal file
3
deforaos-pdfviewer/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/09 15:46:04 khorben Exp $
|
||||
bin/pdfviewer
|
||||
share/applications/pdfviewer.desktop
|
5
deforaos-pdfviewer/distinfo
Normal file
5
deforaos-pdfviewer/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/01/09 15:46:04 khorben Exp $
|
||||
|
||||
SHA1 (PDFViewer-0.0.0.tar.gz) = 623b50ba8518e125182d80c3b964c505f4c377da
|
||||
RMD160 (PDFViewer-0.0.0.tar.gz) = 51b0ca9dfc52c2d1a2b5d5818b7f1817ece3ea89
|
||||
Size (PDFViewer-0.0.0.tar.gz) = 19472 bytes
|
10
deforaos-pdfviewer/options.mk
Normal file
10
deforaos-pdfviewer/options.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: options.mk,v 1.1.1.1 2012/01/09 15:46:04 khorben Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.deforaos-surfer
|
||||
PKG_SUPPORTED_OPTIONS= embedded
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Membedded)
|
||||
MAKE_FLAGS+= CPPFLAGS=-DEMBEDDED
|
||||
.endif
|
Loading…
Reference in a new issue