54 lines
1.6 KiB
Makefile
54 lines
1.6 KiB
Makefile
COMMENT= HTML editor for experienced web designers
|
|
|
|
DISTNAME= bluefish-2.2.12
|
|
REVISION= 5
|
|
|
|
CATEGORIES= www editors
|
|
|
|
HOMEPAGE= https://bluefish.openoffice.nl/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} X11 Xcomposite Xcursor Xdamage Xext
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender aspell atk-1.0 atk-bridge-2.0
|
|
WANTLIB += c cairo cairo-gobject enchant-2 epoxy expat ffi fontconfig
|
|
WANTLIB += freetype fribidi gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
|
WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-3
|
|
WANTLIB += gucharmap_2_90 harfbuzz iconv intl lzma m pango-1.0
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png ${MODPY_WANTLIB}
|
|
WANTLIB += util xcb xcb-render xcb-shm xml2 z Xau Xdmcp execinfo jpeg pcre2-8
|
|
|
|
MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/
|
|
|
|
COMPILER= base-clang ports-gcc base-gcc
|
|
|
|
MODULES= lang/python \
|
|
textproc/intltool
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils \
|
|
misc/shared-mime-info \
|
|
x11/gtk+3,-guic
|
|
|
|
LIB_DEPENDS= textproc/enchant2 \
|
|
x11/gnome/gucharmap
|
|
|
|
CONFIGURE_STYLE= autoreconf
|
|
AUTOCONF_VERSION= 2.69
|
|
AUTOMAKE_VERSION= 1.16
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-freedesktop_org-menu='${PREFIX}/share/applications/' \
|
|
--disable-update-databases
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
post-install:
|
|
rm ${PREFIX}/lib/bluefish/*.{a,la}
|
|
# XXX not fully py3 ready although it needs it
|
|
# (checking whether /usr/local/bin/python2.7 version is >= 3.3... no)
|
|
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${PREFIX}/share/bluefish || true
|
|
|
|
.include <bsd.port.mk>
|