summaryrefslogtreecommitdiff
path: root/print/cups/options.mk
diff options
context:
space:
mode:
authorschnoebe <schnoebe>2014-08-23 20:02:11 +0000
committerschnoebe <schnoebe>2014-08-23 20:02:11 +0000
commitc5110d5d9104a7fbc5c60378afd229aeccfb65f9 (patch)
tree727ba5520ec5143b880e4a04275c3020e682d1da /print/cups/options.mk
parentb4ab73a7447c03c8cce22e2302b434c8446c081f (diff)
downloadpkgsrc-c5110d5d9104a7fbc5c60378afd229aeccfb65f9.tar.gz
Makefile:
bump PKGREVISION; drop a number of no longer supported configuration flags Add cups-files.conf to the list of CONF_FILES PLIST: add cups-files.conf to example files installed options.mk: remove a number of now meaningless configuration options.
Diffstat (limited to 'print/cups/options.mk')
-rw-r--r--print/cups/options.mk30
1 files changed, 3 insertions, 27 deletions
diff --git a/print/cups/options.mk b/print/cups/options.mk
index f4f1bd9ab87..9b0f494b98e 100644
--- a/print/cups/options.mk
+++ b/print/cups/options.mk
@@ -1,11 +1,8 @@
-# $NetBSD: options.mk,v 1.17 2014/06/07 11:54:54 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2014/08/23 20:02:11 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.cups
-PKG_OPTIONS_REQUIRED_GROUPS= pdftops
-PKG_OPTIONS_GROUP.pdftops= ghostscript poppler
-PKG_SUPPORTED_OPTIONS= acl dbus dnssd kerberos pam slp tcpwrappers
-PKG_SUGGESTED_OPTIONS= dbus dnssd kerberos poppler slp
-PKG_OPTIONS_LEGACY_OPTS+= xpdf:poppler gs:ghostscript
+PKG_SUPPORTED_OPTIONS= acl dbus dnssd kerberos pam tcpwrappers
+PKG_SUGGESTED_OPTIONS= dbus dnssd kerberos
# Neither DragonFly nor SunOS can build libusb1
.if ${OPSYS} != "DragonFly" && ${OPSYS} != "SunOS"
@@ -42,12 +39,6 @@ PLIST.dnssd= yes
CONFIGURE_ARGS+= --disable-dnssd
.endif
-.if !empty(PKG_OPTIONS:Mghostscript)
-USE_TOOLS+= gs:run
-CONFIGURE_ARGS+= --with-pdftops=gs
-CONFIGURE_ENV+= ac_cv_path_CUPS_GHOSTSCRIPT=${TOOLS_PATH.gs}
-.endif
-
.if !empty(PKG_OPTIONS:Mkerberos)
.include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+= --enable-gssapi
@@ -77,21 +68,6 @@ CONFIGURE_ARGS+= --disable-pam
MESSAGE_SRC= ${.CURDIR}/MESSAGE
.endif
-.if !empty(PKG_OPTIONS:Mpoppler)
-FIND_PREFIX:= POPPLERDIR=poppler-utils
-.include "../../mk/find-prefix.mk"
-DEPENDS+= poppler-utils-[0-9]*:../../print/poppler-utils
-CONFIGURE_ARGS+= --with-pdftops=pdftops
-CONFIGURE_ENV+= ac_cv_path_CUPS_PDFTOPS=${POPPLERDIR}/bin/pdftops
-.endif
-
-.if !empty(PKG_OPTIONS:Mslp)
-.include "../../net/openslp/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-slp
-.else
-CONFIGURE_ARGS+= --disable-slp
-.endif
-
.if !empty(PKG_OPTIONS:Mtcpwrappers)
.include "../../security/tcp_wrappers/buildlink3.mk"
CONFIGURE_ARGS+= --enable-tcp-wrappers