-
Notifications
You must be signed in to change notification settings - Fork 126
/
Copy pathMakefile
39 lines (26 loc) · 1003 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
COMMENT = simple and fast image viewer for X11
DISTNAME = gpicview-0.2.5
REVISION = 7
CATEGORIES = graphics x11
HOMEPAGE = https://lxde.sourceforge.net/gpicview/
# GPLv2+
PERMIT_PACKAGE = Yes
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama Xrandr
WANTLIB += Xrender atk-1.0 c cairo expat ffi fontconfig freetype fribidi
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz iconv
WANTLIB += intl jpeg m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre2-8
WANTLIB += pixman-1 png pthread xcb xcb-render xcb-shm z Xau Xdmcp
WANTLIB += ${COMPILER_LIBCXX}
SITES = ${SITE_SOURCEFORGE:=lxde/}
EXTRACT_SUFX = .tar.xz
MODULES = textproc/intltool
LIB_DEPENDS = x11/gtk+2
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+4,-guic
USE_GMAKE = yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
lt_cv_path_SED=/usr/bin/sed
.include <bsd.port.mk>