aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ephoto/Makefile
blob: bcbcdae269c4125397963ce425f590440b5655b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   ephoto
DISTVERSION=    1.5
PORTREVISION=   4
CATEGORIES= graphics enlightenment
MASTER_SITES=   https://download.enlightenment.org/rel/apps/${PORTNAME}/
DIST_SUBDIR=    enlightenment

MAINTAINER= lbartoletti@FreeBSD.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>