2007-01-23 12:53:46 +01:00
|
|
|
# $NetBSD: Makefile,v 1.19 2007/01/23 11:53:46 martti Exp $
|
2003-09-26 12:31:32 +02:00
|
|
|
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= xfce4-print-${XFCE4_VERSION}
|
|
|
|
DISTNAME= xfprint-${XFCE4_VERSION}
|
2007-01-23 12:53:46 +01:00
|
|
|
#PKGREVISION= 1
|
2003-09-26 12:31:32 +02:00
|
|
|
CATEGORIES= print
|
2005-11-09 08:09:04 +01:00
|
|
|
COMMENT= Xfce print dialog
|
2003-09-26 12:31:32 +02:00
|
|
|
|
2005-03-31 20:12:29 +02:00
|
|
|
CONFIGURE_ARGS+= --with-printcap=/etc/printcap
|
|
|
|
|
2005-12-01 19:21:52 +01:00
|
|
|
.include "options.mk"
|
2005-02-10 13:25:33 +01:00
|
|
|
|
2006-02-20 09:17:09 +01:00
|
|
|
.if ${OPSYS} == "SunOS"
|
|
|
|
PLIST_SUBST+= SOLARIS="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUBST+= SOLARIS=""
|
|
|
|
.endif
|
|
|
|
|
2006-04-02 11:49:00 +02:00
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
2005-12-01 19:21:52 +01:00
|
|
|
.include "../../print/a2ps/buildlink3.mk"
|
2004-03-10 12:53:37 +01:00
|
|
|
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
|
2003-09-26 12:31:32 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|