24 lines
595 B
Makefile
24 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:07 wiz Exp $
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
PKGNAME= xfce4-print-${XFCE4_VERSION}
|
|
DISTNAME= xfprint-${XFCE4_VERSION}
|
|
PKGREVISION= 4
|
|
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 "../../x11/xfce4-mcs-plugins/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|