mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4a1df6cd55
PR: 239859 Submitted by: mizhka@gmail.com (maintainer)
34 lines
814 B
Makefile
34 lines
814 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gxneur
|
|
PORTVERSION= 0.20.0
|
|
DISTVERSIONSUFFIX=.orig
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/
|
|
DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
|
|
|
MAINTAINER= mizhka@gmail.com
|
|
COMMENT= GTK frontend for XNeur keyboard layout switcher
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= xneur:deskutils/xneur \
|
|
intltool-update:textproc/intltool
|
|
RUN_DEPENDS= xneur:deskutils/xneur
|
|
|
|
USES= compiler:c++11-lang pkgconfig gmake gnome
|
|
USE_GNOME= gconf2 gtk20 libglade2
|
|
|
|
INSTALLS_ICONS= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_OFF= --without-nls
|
|
|
|
.include <bsd.port.mk>
|