blob: f2da1cd706655986d6220813dd83e4219d7534e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# New ports collection makefile for: xneur
# Date created: 19 January 2007
# Whom: Alex "lissyara" Keda <admin@lissyara.su>
#
# $FreeBSD$
#
PORTNAME= xneur
PORTVERSION= 0.5.0
CATEGORIES= russian
MASTER_SITES= http://dists.xneur.ru/release-0.5.0/tgz/ CENKES
MAINTAINER= admin@lissyara.su
COMMENT= Auto keyboard switcher
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_XLIB= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/^am__strip_dir/s#`;#|sed -Ee \
"s/^(dict.dist|proto|proto3|langdef|regexp|xneurrc|xneurrc-be|xneurrc-uk|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.mk>
|