freebsd-ports/editors/vanubi/Makefile
Olivier Duchateau 638449fd1f Vanubi is an Emacs-like editor implemented in Vala. It is designed to be
simple, complete, keyboard based, and implement only what users really
use and expect.

WWW: http://vanubi.github.io/vanubi/
2015-07-08 17:20:09 +00:00

33 lines
729 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= vanubi
PORTVERSION= 0.0.16
DISTVERSIONPREFIX= v
CATEGORIES= editors
MAINTAINER= olivierd@FreeBSD.org
COMMENT= Programming editor written in Vala
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
GH_TAGNAME= eedac1d
USE_GITHUB= yes
USES= autoreconf desktop-file-utils gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 gtksourceview3 libwnck3 vte3
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS=--without-asciidoc --disable-static
post-patch:
${REINPLACE_CMD} -e 's|vte-2.90|vte-2.91|' \
${WRKSRC}/configure.ac
.include <bsd.port.mk>