1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/editors/ecrire/Makefile
Yuri Victorovich b5edd7b6f9 editors/ecrire: Update 0.3.3 -> 0.3.4
Reported by:	portscout
2019-05-23 08:25:45 +00:00

28 lines
493 B
Makefile

# $FreeBSD$
PORTNAME= ecrire
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.4
CATEGORIES= editors enlightenment
DIST_SUBDIR= enlightenment
MAINTAINER= yuri@FreeBSD.org
COMMENT= EFL (Enlightenment) graphical text editor
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libefl.so:devel/efl
USES= cmake desktop-file-utils pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= Obsidian-StudiosInc
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CMAKE_BOOL= ENABLE_NLS
.include <bsd.port.mk>