42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.2 2018/11/02 19:23:13 bcallah Exp $
|
|
|
|
V = 0.10.0
|
|
COMMENT = simple to use paint program
|
|
DISTNAME = dibuja-${V}
|
|
REVISION = 0
|
|
CATEGORIES = graphics x11
|
|
|
|
HOMEPAGE = https://launchpad.net/dibuja
|
|
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 babl-0.1
|
|
WANTLIB += c cairo exiv2 expat ffi fontconfig freetype fribidi
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gegl-0.4 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0
|
|
WANTLIB += harfbuzz iconv intl json-glib-1.0 m pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png xcb xcb-render xcb-shm
|
|
WANTLIB += z
|
|
|
|
MASTER_SITES = https://launchpad.net/dibuja/trunk/${V}/+download/
|
|
|
|
MODULES = textproc/intltool
|
|
|
|
BUILD_DEPENDS = devel/gettext-tools
|
|
|
|
LIB_DEPENDS = graphics/exiv2 \
|
|
graphics/gegl04 \
|
|
x11/gtk+2
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --libdir="${LOCALBASE}/lib"
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|