Add files from parent branch HEAD:
[pkgsrcv2.git] / print / xfce4-print / Makefile
1 # $NetBSD: Makefile,v 1.21 2008/04/12 22:43:09 jlam Exp $
2
3 PKG_DESTDIR_SUPPORT=    user-destdir
4
5 .include "../../meta-pkgs/xfce4/Makefile.common"
6
7 PKGNAME=        xfce4-print-${XFCE4_VERSION}
8 DISTNAME=       xfprint-${XFCE4_VERSION}
9 #PKGREVISION=   1
10 CATEGORIES=     print
11 COMMENT=        Xfce print dialog
12
13 CONFIGURE_ARGS+=        --with-html-dir=${PREFIX:Q}/share/doc
14 CONFIGURE_ARGS+=        --with-printcap=/etc/printcap
15
16 .include "options.mk"
17
18 PLIST_VARS+=    bsdlpr
19 .if ${OPSYS} != "SunOS"
20 PLIST.bsdlpr=   yes
21 .endif
22
23 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
24 .include "../../print/a2ps/buildlink3.mk"
25 .include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
26 .include "../../mk/bsd.pkg.mk"