summaryrefslogtreecommitdiff
path: root/russian/xruskb/Makefile
blob: 791c6f665bb2a556cd0a83f428cbb507b740e256 (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
# New ports collection makefile for:	xruskb
# Version required:	1.9.3
# Date created:		14 Jan 1998
# Whom:			Igor Vinokurov <igor@zynaps.ru>
#
# $FreeBSD$

DISTNAME=	xruskb-1.9.3
CATEGORIES=	russian x11
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/X11/ \
		ftp://ftp.kiae.su/pub/x11/cyrillic/

MAINTAINER=	ports@freebsd.org

USE_X_PREFIX=	yes

GNU_CONFIGURE=	Yes
CONFIGURE_ARGS=	--datadir=${PREFIX}/share

MAN1=		xrus.1

post-install:
	${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/xruskb
	${INSTALL_DATA} ${WRKSRC}/xrus.doc-english ${PREFIX}/share/doc/xruskb
	${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${PREFIX}/share/doc/xruskb
.endif

.include <bsd.port.mk>