aboutsummaryrefslogtreecommitdiffstats
path: root/russian/wmcyrx/Makefile
blob: 9342663b8218cf38cdc63b7e5d81f0b3c2adbe2e (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
34
# New ports collection makefile for: CyrX-2
# Date created:     04 Janyary 1999
# Whom:         Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#

PORTNAME=   wmcyrx
PORTVERSION=    2.1
CATEGORIES= russian windowmaker
MASTER_SITES=   http://freebsd.org.ru/~osa/distfiles/ \
        ftp://ftp.ssau.ru/pub/linux_soft/Cyrillic/ \
        ftp://ftp.uven.ru/pub/cyrillic/X11/keyboard/
DISTNAME=   cyrx-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    The cyrillic keyboard layout manager for Window Maker

USE_XPM=    yes
NO_INSTALL_MANPAGES=    yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 400012
MAKE_ENV+=  COPT="${CXXFLAGS} -fpermissive"
.endif

post-extract:
    @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile

do-install:
    @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2

.include <bsd.port.post.mk>