openbsd-ports/graphics/xsane/Makefile

63 lines
1.8 KiB
Makefile
Raw Normal View History

2009-06-24 18:44:45 -04:00
# $OpenBSD: Makefile,v 1.16 2009/06/24 22:44:45 sthen Exp $
COMMENT= scanner frontend for SANE
DISTNAME= xsane-0.996
2009-06-24 18:44:45 -04:00
PKGNAME= ${DISTNAME}p1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/xsane/ \
http://gd.tuwien.ac.at/hci/sane/xsane/ \
ftp://gd.tuwien.ac.at/hci/sane/xsane/ \
ftp://ftp.no.mostang.com/pub/sane/xsane/ \
ftp://ftp2.sane-project.org/pub/sane/xsane/ \
ftp://sunsite.uio.no/pub/sane/xsane/
HOMEPAGE= http://www.xsane.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
2008-09-24 13:01:16 -04:00
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo exif expat
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gobject-2.0 gphoto2 gphoto2_port jpeg m pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pixman-1 png pthread tiff usb z
2009-06-24 18:44:45 -04:00
WANTLIB += avahi-client avahi-common
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
2007-01-27 12:57:22 -05:00
lcms.>=1::graphics/lcms \
sane.>=1::graphics/sane-backends
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils \
::devel/xdg-utils
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib -liconv" \
gt_cv_func_gettext_libintl=yes
NO_REGRESS= Yes
FLAVORS= gimp
FLAVOR?=
.if ${FLAVOR:L} == "gimp"
WANTLIB+= gthread-2.0
LIB_DEPENDS+= gimp-2.0.>=200.0,gimpmodule-2.0,gimpui-2.0,gimpmath-2.0,gimpwidgets-2.0,gimpbase-2.0,gimpcolor-2.0,gimpconfig-2.0::graphics/gimp/stable
CONFIGURE_ENV+= CPPFLAGS+="-I${LOCALBASE}/include/gimp-2.0"
.else
CONFIGURE_ARGS+=--disable-gimp
.endif
.include <bsd.port.mk>