Update editors/libreoffice-tn to version 5.2.5
[dports.git] / print / xfce4-print / Makefile
1 # Created by: James Earl <jdearl@telus.net>
2 # $FreeBSD$
3
4 PORTNAME=       xfce4-print
5 PORTVERSION=    4.6.1
6 PORTREVISION=   14
7 CATEGORIES=     print xfce
8 MASTER_SITES=   XFCE/src/archive/xfprint/${PORTVERSION:R}
9 DISTNAME=       xfprint-${PORTVERSION}
10 DIST_SUBDIR=    xfce4
11
12 MAINTAINER=     xfce@FreeBSD.org
13 COMMENT=        Print system support for the Xfce Desktop
14
15 LICENSE=        GPLv2
16
17 BUILD_DEPENDS=  a2ps:print/a2ps
18 RUN_DEPENDS=    a2ps:print/a2ps
19
20 GNU_CONFIGURE=  yes
21 INSTALLS_ICONS= yes
22 USES=           gettext gmake libtool pathfix pkgconfig xfce tar:bzip2
23 USE_GNOME=      glib20 gtk20 intltool intlhack
24 USE_LDCONFIG=   yes
25 USE_XFCE=       libgui xfconf
26
27 OPTIONS_DEFINE= LETTER
28 OPTIONS_DEFAULT=        LPR
29 OPTIONS_SINGLE= PRINTMETHOD
30 OPTIONS_SINGLE_PRINTMETHOD=     LPR CUPS
31 LETTER_DESC=    Use letter paper format instead of A4
32 LPR_DESC=       LPR printing system support
33 CUPS_LIB_DEPENDS=       libcups.so:print/cups
34 CUPS_CONFIGURE_ENABLE=  cups
35 LPR_CONFIGURE_ENABLE=   bsdlpr
36 LPR_CONFIGURE_WITH=     printcap=/etc/printcap
37 LETTER_CONFIGURE_ENABLE=        letter
38 OPTIONS_SUB=    yes
39
40 post-patch:
41         @${REINPLACE_CMD} '/_LDADD =/s/=/= -lX11/' \
42                 ${WRKSRC}/xfprint/Makefile.in \
43                 ${WRKSRC}/xfprint-manager/Makefile.in
44
45 .include <bsd.port.mk>