aboutsummaryrefslogblamecommitdiff
path: root/deskutils/gxneur/Makefile
blob: 7762db413e5d228b1f666f1c118427957fab7b72 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                     
           

                      
                      
                       
                         

                                                                                          
 
                                

                                                               

                     

                                                 
                                     
 
                                                         
                                      
 
                   

                                                    
 
                   
 


                                     
 
                      
# 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>