2009-05-22 09:08:22 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2009/05/22 13:08:22 ajacoutot 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
|
2009-05-22 09:08:22 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
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
|
|
|
|
|
|
|
|
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
2009-04-10 07:59:06 -04:00
|
|
|
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 \
|
2009-03-08 13:21:56 -04:00
|
|
|
dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
2008-05-23 21:24:31 -04:00
|
|
|
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png \
|
2009-04-10 07:59:06 -04:00
|
|
|
pthread startup-notification-1 xfce4util z gcrypt gnutls \
|
2009-05-22 09:08:22 -04:00
|
|
|
gpg-error tasn1 asn1 crypto gssapi krb5
|
2008-02-04 06:22:58 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|