1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/editors/ecrire/Makefile
Yuri Victorovich 0c91c19165 editors/ecrire: Update 0.3.2 -> 0.3.3
Reported by:	portscout
2018-09-09 16:59:45 +00:00

28 lines
503 B
Makefile

# $FreeBSD$
PORTNAME= ecrire
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.3
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:outsource 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>