2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
31 lines
782 B
Makefile
31 lines
782 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
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
|
|
|
|
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>
|