blob: bd52515a657a995a7a3e245d9b2098f350d5b42b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Stanislav Sedov <stas@FreeBSD.org>
# $FreeBSD$
PORTNAME= emprint
PORTVERSION= 20130520
CATEGORIES= x11 enlightenment
MASTER_SITES= LOCAL/gblach/e17/extra/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Utility for taking screenshots for E17
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USE_EFL= eina evas ecore
USE_EFL_ECORE= evas file input x11
.include <bsd.port.mk>
|