aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xruskb/Makefile
blob: ec8b891a19238ff9c323136e54ef4aed552a8077 (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>
#
# $Id: Makefile,v 1.1.1.1 1998/12/06 12:19:18 flathill Exp $

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>