summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2015-03-05 22:52:30 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2015-03-05 22:52:30 +0000
commit86e4cb7cb047c17951de23b2ebea9c14d0f76af2 (patch)
tree0f1a4d58acfbb6944387e341f218a018154dc4ad /print
parentUpdate the mesa ports to 10.4.5. (diff)
The FreeBSD Xfce team proudly presents Xfce 4.12.
Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>
Notes
Notes: svn path=/head/; revision=380565
Diffstat (limited to 'print')
-rw-r--r--print/xfce4-print/Makefile37
1 files changed, 9 insertions, 28 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile
index 061999e84b0d..c3fcfb2fe0c3 100644
--- a/print/xfce4-print/Makefile
+++ b/print/xfce4-print/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-print
PORTVERSION= 4.6.1
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= print xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/archive/xfprint/${PORTVERSION:R}
@@ -20,10 +20,10 @@ RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= gettext gmake libtool pathfix pkgconfig tar:bzip2
+USES= gettext gmake libtool pathfix pkgconfig xfce tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack
USE_LDCONFIG= yes
-USE_XFCE= configenv libgui libutil xfconf
+USE_XFCE= libgui xfconf
OPTIONS_DEFINE= LETTER
OPTIONS_DEFAULT= LPR
@@ -31,31 +31,12 @@ OPTIONS_SINGLE= PRINTMETHOD
OPTIONS_SINGLE_PRINTMETHOD= LPR CUPS
LETTER_DESC= Use letter paper format instead of A4
LPR_DESC= LPR printing system support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MCUPS}
-CONFIGURE_ARGS+=--enable-cups
-LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
-PLIST_SUB+= CUPS=""
-.else
-CONFIGURE_ARGS+=--disable-cups
-PLIST_SUB+= CUPS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MLPR}
-CONFIGURE_ARGS+=--enable-bsdlpr --with-printcap=/etc/printcap
-PLIST_SUB+= LPR=""
-.else
-CONFIGURE_ARGS+=--disable-bsdlpr
-PLIST_SUB+= LPR="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MLETTER}
-CONFIGURE_ARGS+=--enable-letter
-.else
-CONFIGURE_ARGS+=--disable-letter
-.endif
+CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
+CUPS_CONFIGURE_ENABLE= cups
+LPR_CONFIGURE_ENABLE= bsdlpr
+LPR_CONFIGURE_WITH= printcap=/etc/printcap
+LETTER_CONFIGURE_ENABLE= letter
+OPTIONS_SUB= yes
post-patch:
@${REINPLACE_CMD} '/_LDADD =/s/=/= -lX11/' \