openbsd-ports/graphics/gpicview/Makefile
2010-11-17 08:05:12 +00:00

50 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.12 2010/11/17 08:05:14 espie Exp $
COMMENT = simple and fast image viewer for X
DISTNAME = gpicview-0.2.1
REVISION = 3
CATEGORIES = graphics x11
MAINTAINER = Stephan A. Rickauer <stephan@openbsd.org>
HOMEPAGE = http://lxde.org/
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype glib-2.0 gmodule-2.0 gobject-2.0 jpeg
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
WANTLIB += gio-2.0 pthread pthread-stubs xcb z gdk_pixbuf-2.0
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
# 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
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>