273c6e6d76
- Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine
24 lines
623 B
Makefile
24 lines
623 B
Makefile
# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= deskshow
|
|
PORTVERSION= 20130510
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm enlightenment
|
|
MASTER_SITES= LOCAL/gblach/e17/modules/
|
|
PKGNAMEPREFIX= e-module-
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Enlightenment module that minimizes windows to show the desktop
|
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
DIST_SUBDIR= e17
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake libtool pkgconfig tar:bzip2
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include "../enlightenment/Makefile.plist"
|
|
|
|
.include <bsd.port.mk>
|