2012-10-07 00:52:50 +02:00
|
|
|
# Created by: James Earl <jdearl@telus.net>
|
2003-07-28 20:20:20 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-print
|
2009-05-06 16:56:27 +02:00
|
|
|
PORTVERSION= 4.6.1
|
2015-03-05 23:52:30 +01:00
|
|
|
PORTREVISION= 13
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= print xfce
|
2015-04-28 19:01:46 +02:00
|
|
|
MASTER_SITES= XFCE/src/archive/xfprint/${PORTVERSION:R}
|
2003-07-28 20:20:20 +02:00
|
|
|
DISTNAME= xfprint-${PORTVERSION}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 20:20:20 +02:00
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-11-04 15:27:23 +01:00
|
|
|
COMMENT= Print system support for the Xfce Desktop
|
2003-07-28 20:20:20 +02:00
|
|
|
|
2013-11-04 15:27:23 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps
|
|
|
|
RUN_DEPENDS= a2ps:${PORTSDIR}/print/a2ps
|
2013-04-27 18:00:26 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2012-05-08 23:26:36 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2015-03-05 23:52:30 +01:00
|
|
|
USES= gettext gmake libtool pathfix pkgconfig xfce tar:bzip2
|
2013-11-04 15:27:23 +01:00
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= libgui xfconf
|
2007-01-22 17:45:10 +01:00
|
|
|
|
2012-10-07 00:52:50 +02:00
|
|
|
OPTIONS_DEFINE= LETTER
|
2012-10-09 00:03:47 +02:00
|
|
|
OPTIONS_DEFAULT= LPR
|
2012-10-07 00:52:50 +02:00
|
|
|
OPTIONS_SINGLE= PRINTMETHOD
|
|
|
|
OPTIONS_SINGLE_PRINTMETHOD= LPR CUPS
|
|
|
|
LETTER_DESC= Use letter paper format instead of A4
|
2013-11-04 15:27:23 +01:00
|
|
|
LPR_DESC= LPR printing system support
|
2015-03-05 23:52:30 +01:00
|
|
|
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
|
2003-07-28 20:20:20 +02:00
|
|
|
|
2005-04-14 00:08:04 +02:00
|
|
|
post-patch:
|
2014-08-26 16:06:08 +02:00
|
|
|
@${REINPLACE_CMD} '/_LDADD =/s/=/= -lX11/' \
|
|
|
|
${WRKSRC}/xfprint/Makefile.in \
|
|
|
|
${WRKSRC}/xfprint-manager/Makefile.in
|
2005-04-14 00:08:04 +02:00
|
|
|
|
2014-08-26 16:06:08 +02:00
|
|
|
.include <bsd.port.mk>
|