aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xcyrBGR/Makefile
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2001-04-12 23:36:01 +0800
committerroam <roam@FreeBSD.org>2001-04-12 23:36:01 +0800
commit53220ab845b07525197ddbcd886f60e94ebe549a (patch)
treeee16a4bd8bda3d15f3c93bd81571a6f2cbffd771 /russian/xcyrBGR/Makefile
parentc53cee4fcce9a50be6eb6e98a955794d37c91160 (diff)
downloadfreebsd-ports-gnome-53220ab845b07525197ddbcd886f60e94ebe549a.tar.gz
freebsd-ports-gnome-53220ab845b07525197ddbcd886f60e94ebe549a.tar.zst
freebsd-ports-gnome-53220ab845b07525197ddbcd886f60e94ebe549a.zip
Add xcyrBGR, a keyboard layout chooser for Bulgarian users.
There still are some cases when it does not quite work for me, but I guess I'll release it upon the unsuspecting world ;) PR: 25190 Submitted by: Veselin Slavov <vess@btc.net>
Diffstat (limited to 'russian/xcyrBGR/Makefile')
-rw-r--r--russian/xcyrBGR/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/russian/xcyrBGR/Makefile b/russian/xcyrBGR/Makefile
new file mode 100644
index 000000000000..706e79a5b98c
--- /dev/null
+++ b/russian/xcyrBGR/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: xcyrBGR
+# Date created: 18 Feb 2001
+# Whom: vess /Veselin Slavov/ <vess@btc.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xcyrBGR
+PORTVERSION= 1.0
+CATEGORIES= russian
+MASTER_SITES= ftp://aladdin.cblink.net/pub/FreeBSD/X11/cyrillic/
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= vess@btc.net
+
+USE_XPM= yes
+NO_INSTALL_MANPAGES= yes
+
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 400012
+MAKE_ENV= COPT="-fpermissive"
+.endif
+
+post-extract:
+ @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xcyrBGR ${PREFIX}/bin/xcyrBGR
+
+.include <bsd.port.post.mk>