pkgsrc-wip/xfce4-print/Makefile
Martti Kuparinen e8e31a3ed6 Updated Xfce to 4.4 RC2 (4.3.99.2)
A list of changes between 4.4 RC1 and 4.4 RC2 is available at:
http://mocha.xfce.org/release_notes/4.4rc2_changelog.html
2006-11-06 11:00:25 +00:00

24 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/11/06 11:00:26 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-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"