aboutsummaryrefslogtreecommitdiff
path: root/x11/xkeyboard-config/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2014-06-24 07:54:12 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2014-06-24 07:54:12 +0000
commit7b7db2ff12edbda5ac9b1a83363f1d53e19ce087 (patch)
treedab93d190866bb19633d6c316ea4f9187796b31c /x11/xkeyboard-config/Makefile
parent56d11586e58a3279049e4a38ef7f738be003f74e (diff)
downloadports-7b7db2ff12edbda5ac9b1a83363f1d53e19ce087.tar.gz
ports-7b7db2ff12edbda5ac9b1a83363f1d53e19ce087.zip
Notes
Diffstat (limited to 'x11/xkeyboard-config/Makefile')
-rw-r--r--x11/xkeyboard-config/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/xkeyboard-config/Makefile b/x11/xkeyboard-config/Makefile
index c0ed58ee1617..ab3721acfc43 100644
--- a/x11/xkeyboard-config/Makefile
+++ b/x11/xkeyboard-config/Makefile
@@ -3,19 +3,18 @@
PORTNAME= xkeyboard-config
PORTVERSION= 2.11
CATEGORIES= x11
+MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME}
MAINTAINER= x11@FreeBSD.org
COMMENT= X Keyboard Configuration Database
-MASTER_SITE_SUBDIR= individual/${XORG_CAT}/${PORTNAME}
LICENSE= MIT
BUILD_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp
XORG_CAT= data
-USE_BZIP2= yes
+USES= gmake pathfix perl5 tar:bzip2
USE_GNOME= intlhack libxslt:build
-USES= gmake pathfix perl5
USE_PERL5= build
GNU_CONFIGURE= yes
@@ -24,6 +23,10 @@ CONFIGURE_ARGS= --with-xkb-base=${PREFIX}/share/X11/xkb \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+OPTIONS_DEFINE= ETERSOFT
+ETERSOFT_DESC= Add pre-1918 Russian letters to typographic layout
+ETERSOFT_EXTRA_PATCHES= ${FILESDIR}/etersoft-patch-symbols-typo
+
.include <bsd.port.options.mk>
# !nls case doesn't work correctly, comment it out.