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