2013-04-25 06:36:14 +02:00
|
|
|
# Created by: Alexander Logvinov <ports@logvinov.com>
|
2008-12-14 14:29:06 +01:00
|
|
|
|
|
|
|
PORTNAME= gxneur
|
2020-04-05 13:24:14 +02:00
|
|
|
PORTVERSION= 0.20.0
|
2015-10-20 13:25:18 +02:00
|
|
|
DISTVERSIONSUFFIX=.orig
|
2008-12-14 14:29:06 +01:00
|
|
|
CATEGORIES= deskutils
|
2015-10-20 13:25:18 +02:00
|
|
|
MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/
|
|
|
|
DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
2008-12-14 14:29:06 +01:00
|
|
|
|
2015-10-20 13:25:18 +02:00
|
|
|
MAINTAINER= mizhka@gmail.com
|
2008-12-14 14:29:06 +01:00
|
|
|
COMMENT= GTK frontend for XNeur keyboard layout switcher
|
|
|
|
|
2015-10-20 13:25:18 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2020-04-05 13:24:14 +02:00
|
|
|
BUILD_DEPENDS= xneur:deskutils/xneur \
|
|
|
|
intltool-update:textproc/intltool
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= xneur:deskutils/xneur
|
2008-12-14 14:29:06 +01:00
|
|
|
|
2020-04-05 13:24:14 +02:00
|
|
|
USES= compiler:c++11-lang pkgconfig gmake gnome
|
2013-04-25 06:36:14 +02:00
|
|
|
USE_GNOME= gconf2 gtk20 libglade2
|
2020-04-05 13:24:14 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
GNU_CONFIGURE= yes
|
2008-12-14 14:29:06 +01:00
|
|
|
|
2014-02-02 14:10:39 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2008-12-14 14:29:06 +01:00
|
|
|
|
2014-02-02 14:10:39 +01:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_OFF= --without-nls
|
2008-12-14 14:29:06 +01:00
|
|
|
|
2013-04-25 06:36:14 +02:00
|
|
|
.include <bsd.port.mk>
|