2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
2006-07-10 22:22:28 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= screenshot
|
2012-06-26 19:36:30 +02:00
|
|
|
PORTVERSION= 20111128
|
2010-12-14 08:30:56 +01:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2012-06-26 19:36:30 +02:00
|
|
|
MASTER_SITES= http://files.roorback.net/e17/modules/
|
2006-07-10 22:22:28 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2006-07-10 22:22:28 +02:00
|
|
|
COMMENT= An e17 module which allows users to take screenshots
|
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \
|
2008-03-11 22:13:53 +01:00
|
|
|
emprint:${PORTSDIR}/x11/emprint
|
2010-12-14 08:30:56 +01:00
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \
|
2008-03-11 22:13:53 +01:00
|
|
|
emprint:${PORTSDIR}/x11/emprint
|
2006-07-10 22:22:28 +02:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
DIST_SUBDIR= e17
|
2006-10-08 15:48:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-07-10 22:22:28 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= pkgconfig
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_EFL= edje libtool_hack modarch_hack
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
2006-07-12 22:21:55 +02:00
|
|
|
|
2008-03-11 22:13:53 +01:00
|
|
|
.include <bsd.port.mk>
|