mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
11016f74f6
PR: 226199 Submitted by: lbartoletti@tuxfamily.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14513
27 lines
536 B
Makefile
27 lines
536 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ephoto
|
|
DISTVERSION= 1.5
|
|
CATEGORIES= graphics enlightenment
|
|
MASTER_SITES= https://download.enlightenment.org/rel/apps/${PORTNAME}/
|
|
DIST_SUBDIR= enlightenment
|
|
|
|
MAINTAINER= lbartoletti@tuxfamily.org
|
|
COMMENT= Comprehensive Image Viewer Using EFL
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libefl.so:devel/efl
|
|
|
|
USES= compiler:c11 desktop-file-utils pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
.include <bsd.port.mk>
|