openbsd-ports/graphics/gpicview/Makefile
ajacoutot 5c008745e3 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 16:06:40 +00:00

50 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.7 2009/12/22 16:06:40 ajacoutot Exp $
COMMENT = simple and fast image viewer for X
DISTNAME = gpicview-0.2.1
PKGNAME = ${DISTNAME}p1
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 glitz 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
# 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 = gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
RUN_DEPENDS = :desktop-file-utils-*:devel/desktop-file-utils
MODULES += textproc/intltool
USE_GMAKE = yes
USE_X11 = 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>