This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2009/09/16 01:15:34 reed Exp $
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
PKGNAME= xfce4-print-${XFCE4_VERSION}
|
|
DISTNAME= xfprint-${XFCE4_VERSION}
|
|
CATEGORIES= print
|
|
COMMENT= Xfce print dialog
|
|
|
|
PKGCONFIG_OVERRIDE+= libxfprint/xfprint-1.0.pc.in
|
|
|
|
CONFIGURE_ARGS+= --with-printcap=/etc/printcap
|
|
|
|
MAKE_DIRS+= ${PREFIX}/include/xfce4 ${PREFIX}/lib/xfce4
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4 ${PREFIX}/share/xfce4/doc
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/C ${PREFIX}/share/xfce4/doc/C/images
|
|
MAKE_DIRS+= ${PREFIX}/share/xfce4/doc/fr ${PREFIX}/share/xfce4/doc/fr/images
|
|
|
|
.include "options.mk"
|
|
|
|
PLIST_VARS+= bsdlpr
|
|
.if ${OPSYS} != "SunOS"
|
|
PLIST.bsdlpr= yes
|
|
.endif
|
|
|
|
.include "../../devel/xfconf/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../print/a2ps/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/libxfce4util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|