summaryrefslogtreecommitdiff
path: root/deskutils/xneur/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xneur/Makefile')
-rw-r--r--deskutils/xneur/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/deskutils/xneur/Makefile b/deskutils/xneur/Makefile
deleted file mode 100644
index 814e893d7667..000000000000
--- a/deskutils/xneur/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: xneur
-# Date created: 19 January 2007
-# Whom: Alex "lissyara" Keda <admin@lissyara.su>
-#
-# $FreeBSD$
-#
-
-PORTNAME= xneur
-PORTVERSION= 0.6.2
-PORTREVISION= 1
-CATEGORIES= russian
-MASTER_SITES= http://dists.xneur.ru/release-${DISTVERSION}/tgz/ CENKES
-
-MAINTAINER= admin@lissyara.su
-COMMENT= Auto keyboard switcher
-
-LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur
-USE_BZIP2= yes
-USE_XORG= x11
-USE_LDCONFIG= yes
-MAKE_ARGS= pkgconfigdir=${PREFIX}/libdata/pkgconfig
-
-post-patch:
- @${REINPLACE_CMD} -e '/^CFLAGS=/s|="|="$$CFLAGS |' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e '/^am__strip_dir/s#`;#|sed -Ee \
- "s/^(dict.dist|proto|proto3|langdef|regexp|xneurrc|xneurrc-be|xneurrc-uk|xneurrc-fr|xneurrc-ro|dict)$$$$/\\1.dist/"`;#' \
- ${WRKSRC}/etc/Makefile.in ${WRKSRC}/etc/*/Makefile.in
-
-post-install:
- @for i in ${PREFIX}/etc/xneur/*.dist ${PREFIX}/etc/xneur/*/*.dist;\
- do ${CP} -np $$i $${i%.dist}; done
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 600000
-BROKEN= does not compile on FreeBSD 5.X
-.endif
-
-.include <bsd.port.post.mk>