Add a pdf option to gimp package.
This commit is contained in:
parent
67dc0b3c6b
commit
d8de98afa3
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.53 2014/08/30 06:37:41 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.54 2015/07/23 20:54:54 markd Exp $
|
||||
bin/gimp
|
||||
bin/gimp-2.8
|
||||
bin/gimp-console
|
||||
|
@ -302,6 +302,7 @@ lib/gimp/2.0/plug-ins/file-jpeg
|
|||
${PLIST.mng}lib/gimp/2.0/plug-ins/file-mng
|
||||
lib/gimp/2.0/plug-ins/file-pat
|
||||
lib/gimp/2.0/plug-ins/file-pcx
|
||||
${PLIST.pdf}lib/gimp/2.0/plug-ins/file-pdf-load
|
||||
lib/gimp/2.0/plug-ins/file-pdf-save
|
||||
lib/gimp/2.0/plug-ins/file-pix
|
||||
lib/gimp/2.0/plug-ins/file-png
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: options.mk,v 1.5 2012/10/28 23:40:24 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.6 2015/07/23 20:54:54 markd Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.gimp
|
||||
PKG_SUPPORTED_OPTIONS= aalib mng svg
|
||||
PKG_SUPPORTED_OPTIONS= aalib mng pdf svg
|
||||
PKG_SUGGESTED_OPTIONS= mng svg
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= aalib mng svg
|
||||
PLIST_VARS+= aalib mng pdf svg
|
||||
|
||||
.if !empty(PKG_OPTIONS:Maalib)
|
||||
.include "../../graphics/aalib/buildlink3.mk"
|
||||
|
@ -18,6 +18,11 @@ PLIST.aalib= yes
|
|||
PLIST.mng= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mpdf)
|
||||
.include "../../print/poppler-glib/buildlink3.mk"
|
||||
PLIST.pdf= yes
|
||||
.endif
|
||||
|
||||
.if !empty(PKG_OPTIONS:Msvg)
|
||||
.include "../../graphics/librsvg/buildlink3.mk"
|
||||
PLIST.svg= yes
|
||||
|
|
Loading…
Reference in a new issue