26 lines
661 B
Makefile
26 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/07/14 12:56:11 joerg 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"
|