2006-10-08 15:48:37 +02:00
|
|
|
# New ports collection makefile for: winselector
|
|
|
|
# Date created: 2006-08-15
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $MBSDlabs$
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= winselector
|
2007-03-11 09:51:14 +01:00
|
|
|
PORTVERSION= 20070223
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2006-10-08 15:48:37 +02:00
|
|
|
CATEGORIES= x11
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2006-10-08 15:48:37 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
COMMENT= An e17 module to switch between windows
|
|
|
|
|
|
|
|
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= pkgconfig gnometarget
|
|
|
|
USE_EFL= edje
|
|
|
|
|
2007-03-24 15:03:59 +01:00
|
|
|
.include <bsd.port.mk>
|