2010-07-14 07:48:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2010/07/14 11:48:13 landry Exp $
|
2008-02-04 06:22:58 -05:00
|
|
|
|
2009-04-28 15:54:02 -04:00
|
|
|
COMMENT= Xfce4 printing helper
|
2008-02-04 06:22:58 -05:00
|
|
|
|
2008-07-08 05:45:36 -04:00
|
|
|
XFCE_PROJECT= xfprint
|
2010-06-05 11:28:47 -04:00
|
|
|
XFCE_VERSION= 4.6.1
|
2010-07-14 07:48:13 -04:00
|
|
|
REVISION= 4
|
2008-02-04 06:22:58 -05:00
|
|
|
|
2009-08-11 15:54:01 -04:00
|
|
|
MASTER_SITES= http://archive.xfce.org/src/archive/${XFCE_PROJECT}/${XFCE_BRANCH}/
|
2008-02-04 06:22:58 -05:00
|
|
|
SHARED_LIBS= xfprint 0.1
|
|
|
|
|
2008-07-08 05:45:36 -04:00
|
|
|
# GPLv2
|
2008-02-04 06:22:58 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
|
2008-07-08 05:45:36 -04:00
|
|
|
MODULES= x11/xfce4
|
|
|
|
DESKTOP_FILES= Yes
|
2008-02-04 06:22:58 -05:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-cups \
|
|
|
|
--enable-bsdlpr \
|
|
|
|
--with-printcap=/etc/printcap
|
|
|
|
|
2009-03-08 13:21:56 -04:00
|
|
|
RUN_DEPENDS= ::print/a2ps
|
2008-02-04 06:22:58 -05:00
|
|
|
|
|
|
|
LIB_DEPENDS= xfcegui4.>=4::x11/xfce4/libxfcegui4 \
|
2009-03-08 13:21:56 -04:00
|
|
|
xfconf-0::x11/xfce4/xfconf \
|
2008-02-04 06:22:58 -05:00
|
|
|
cups.>=3::print/cups
|
|
|
|
|
2009-11-22 11:40:03 -05:00
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender asn1 atk-1.0 c cairo
|
|
|
|
WANTLIB += crypto dbus-1 dbus-glib-1 execinfo expat fontconfig
|
|
|
|
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
|
|
WANTLIB += glitz gmodule-2.0 gobject-2.0 gssapi gtk-x11-2.0 krb5
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png pthread pthread-stubs ssl startup-notification-1
|
2010-06-05 11:28:47 -04:00
|
|
|
WANTLIB += xcb xcb-atom xcb-aux xcb-event xfce4util z gthread-2.0
|
|
|
|
WANTLIB += xcb-render xcb-render-util
|
2008-02-04 06:22:58 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|