openbsd-ports/graphics/gpicview/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

2011-11-02 04:46:37 -04:00
# $OpenBSD: Makefile,v 1.17 2011/11/02 08:46:37 jasper Exp $
COMMENT = simple and fast image viewer for X
2011-08-17 19:13:44 -04:00
DISTNAME = gpicview-0.2.2
2011-11-02 04:46:37 -04:00
REVISION= 1
CATEGORIES = graphics x11
2011-08-17 19:13:44 -04:00
HOMEPAGE = http://lxde.sourceforge.net/gpicview/
2011-08-17 19:13:44 -04:00
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += drm expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render
2011-11-02 04:46:37 -04:00
WANTLIB += xcb-shm z ffi stdc++
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=lxde/}
MODULES = devel/gettext
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = x11/gtk+2
RUN_DEPENDS = devel/desktop-file-utils
MODULES += textproc/intltool
USE_GMAKE = yes
USE_LIBTOOL = yes
# regress tests in po dir are broken
NO_REGRESS = yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -pthread" \
lt_cv_path_SED=/usr/bin/sed
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
.include <bsd.port.mk>