View | Details | Raw Unified | Return to bug 226199
Collapse All | Expand All

(-)graphics/ephoto/Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	ephoto
4
PORTVERSION=	1.5
5
CATEGORIES=	graphics enlightenment
6
MASTER_SITES=	http://download.enlightenment.org/rel/apps/${PORTNAME}/
7
DIST_SUBDIR=	enlightenment
8
9
MAINTAINER=	enlightenment@FreeBSD.org
10
COMMENT=	Comprehensive Image Viewer Using EFL
11
12
LICENSE=	BSD2CLAUSE
13
14
LIB_DEPENDS=	libefl.so:devel/efl
15
16
GNU_CONFIGURE=	yes
17
USES=		compiler:c11 desktop-file-utils pkgconfig tar:xz
18
19
OPTIONS_DEFINE=	NLS
20
OPTIONS_SUB=	yes
21
22
NLS_USES=		gettext
23
NLS_CONFIGURE_ENABLE=	nls
24
25
.include <bsd.port.mk>
(-)graphics/ephoto/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1519510979
2
SHA256 (enlightenment/ephoto-1.5.tar.xz) = fed33ae0ff594596d3925687d988e8ea7b629852f81ed611d059a62b974afbe0
3
SIZE (enlightenment/ephoto-1.5.tar.xz) = 327004
(-)graphics/ephoto/pkg-descr (+5 lines)
Line 0 Link Here
1
Ephoto is an image viewer and editor written using the Enlightenment Foundation
2
 Libraries(EFL). It focuses on simplicity and ease of use, while taking 
3
advantage of the speed and small footprint provided by EFL.
4
5
WWW: https://www.enlightenment.org/about-ephoto
(-)graphics/ephoto/pkg-plist (+16 lines)
Line 0 Link Here
1
bin/ephoto
2
lib/ephoto/ephoto_thumbnail
3
share/applications/ephoto.desktop
4
%%DATADIR%%/AUTHORS
5
%%DATADIR%%/COPYING
6
%%DATADIR%%/images/ephoto.png
7
%%DATADIR%%/images/grid.png
8
%%DATADIR%%/images/single.png
9
%%DATADIR%%/themes/ephoto.edj
10
%%NLS%%share/locale/cs/LC_MESSAGES/ephoto.mo
11
%%NLS%%share/locale/de/LC_MESSAGES/ephoto.mo
12
%%NLS%%share/locale/fr/LC_MESSAGES/ephoto.mo
13
%%NLS%%share/locale/it/LC_MESSAGES/ephoto.mo
14
%%NLS%%share/locale/sk/LC_MESSAGES/ephoto.mo
15
%%NLS%%share/locale/sl/LC_MESSAGES/ephoto.mo
16
share/pixmaps/ephoto.png

Return to bug 226199