summaryrefslogtreecommitdiff
path: root/x11/xxkb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xxkb/Makefile')
-rw-r--r--x11/xxkb/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile
deleted file mode 100644
index 2b232bae6f48..000000000000
--- a/x11/xxkb/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: xxkb
-# Date created: 5 Mar 2001
-# Whom: Alexander Matey <matey@cis.ohio-state.edu>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xxkb
-PORTVERSION= 1.6
-CATEGORIES= russian ukrainian
-MASTER_SITES= http://www.tsu.ru/~pascal/other/xxkb/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= matey@cis.ohio-state.edu
-COMMENT= An XKB keyboard layout switcher and indicator
-
-USE_XPM= yes
-USE_IMAKE= yes
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/XXkb.ad ${PREFIX}/lib/X11/app-defaults/XXkb
- @${MKDIR} ${PREFIX}/share/xxkb
- ${INSTALL_DATA} ${WRKSRC}/*.xpm ${PREFIX}/share/xxkb
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/xxkb
-.for FILE in LICENSE CHANGES.koi8 README.koi8 TODO.koi8
- ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/share/doc/xxkb
-.endfor
-.endif
-
-.include <bsd.port.mk>