41 lines
1.0 KiB
Makefile
41 lines
1.0 KiB
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/16 13:51:40 ajacoutot Exp $
|
||
|
|
||
|
COMMENT = simple and fast image viewer for X
|
||
|
|
||
|
DISTNAME = gpicview-0.1.9
|
||
|
|
||
|
CATEGORIES = graphics x11
|
||
|
|
||
|
HOMEPAGE = http://lxde.org/gpicview/
|
||
|
|
||
|
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 png pthread 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
|
||
|
|
||
|
USE_X11 = yes
|
||
|
USE_LIBTOOL = 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>
|