pkgsrc-wip/xfce4-print/Makefile
Martti Kuparinen 4537dd1840 Updated Xfce to 4.4.1
Lots of bug fixes, for a detailed list see

http://www.xfce.org/documentation/changelogs/4.4.1
2007-04-11 14:12:57 +00:00

25 lines
656 B
Makefile

# $NetBSD: Makefile,v 1.8 2007/04/11 14:12:58 marttikuparinen Exp $
.include "../../wip/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"
.if ${OPSYS} == "SunOS"
PLIST_SUBST+= SOLARIS="@comment "
.else
PLIST_SUBST+= SOLARIS=""
.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../print/a2ps/buildlink3.mk"
.include "../../wip/xfce4-mcs-plugins/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"