diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /x11/emprint | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) |
Notes
Diffstat (limited to 'x11/emprint')
-rw-r--r-- | x11/emprint/Makefile | 22 | ||||
-rw-r--r-- | x11/emprint/distinfo | 3 | ||||
-rw-r--r-- | x11/emprint/pkg-descr | 4 | ||||
-rw-r--r-- | x11/emprint/pkg-plist | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/x11/emprint/Makefile b/x11/emprint/Makefile new file mode 100644 index 000000000000..e58744bf0b8d --- /dev/null +++ b/x11/emprint/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: efreet +# Date created: 28 September 2007 +# Whom: Stanislav Sedov <stas@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= emprint +PORTVERSION= 20080223 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ + +MAINTAINER= stas@FreeBSD.org +COMMENT= Utility for taking screenshots for E17 + +GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= gnomehack gnometarget pkgconfig +USE_EFL= ecore evas edje imlib2 +USE_EFL_ECORE= file x11 evas + +.include <bsd.port.mk> diff --git a/x11/emprint/distinfo b/x11/emprint/distinfo new file mode 100644 index 000000000000..98eb8710cd66 --- /dev/null +++ b/x11/emprint/distinfo @@ -0,0 +1,3 @@ +MD5 (emprint-20080223.tar.bz2) = 380daace1a8b290f427661f58f084f18 +SHA256 (emprint-20080223.tar.bz2) = bc32d9cf11be8ae0eb8760fb3756d6c694fb3f97ea1cc5a534f5f247ac3dfa60 +SIZE (emprint-20080223.tar.bz2) = 217507 diff --git a/x11/emprint/pkg-descr b/x11/emprint/pkg-descr new file mode 100644 index 000000000000..8778c32001da --- /dev/null +++ b/x11/emprint/pkg-descr @@ -0,0 +1,4 @@ +Emprint is a utility for taking screenshots of the entire screen, a specific +window, or a specific region. + +WWW: http://www.enlightenment.org/ diff --git a/x11/emprint/pkg-plist b/x11/emprint/pkg-plist new file mode 100644 index 000000000000..2cfe8acf698b --- /dev/null +++ b/x11/emprint/pkg-plist @@ -0,0 +1,4 @@ +bin/emprint +%%DATADIR%%/images/rect.png +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% |