2006-07-13 22:08:13 +02:00
|
|
|
# New ports collection makefile for: e17-module-language
|
|
|
|
# Date created: 23 June 2006
|
|
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= language
|
2006-10-08 15:48:37 +02:00
|
|
|
PORTVERSION= 20060926
|
|
|
|
PORTREVISION= 0
|
2006-07-13 22:08:13 +02:00
|
|
|
CATEGORIES= x11
|
2006-10-08 15:48:37 +02:00
|
|
|
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
2006-07-13 22:08:13 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2006-07-13 22:08:13 +02:00
|
|
|
COMMENT= An e17 module to switch XKB input language
|
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
2006-07-13 22:08:13 +02:00
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-07-13 22:08:13 +02:00
|
|
|
USE_BZIP2= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-07-13 22:08:13 +02:00
|
|
|
USE_GMAKE= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_GNOME= gnometarget pkgconfig
|
|
|
|
USE_EFL= edje exml
|
2006-09-17 06:39:06 +02:00
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "../../x11-wm/enlightenment-devel/bsd.efl.mk"
|
|
|
|
.include <bsd.port.post.mk>
|