aa4e9bdaef
russian/wmcyrx: fix MASTER_SITES (fenner) PR: ports/48209 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru>
34 lines
747 B
Makefile
34 lines
747 B
Makefile
# 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://ozz.pp.ru/distfiles/ \
|
|
ftp://ftp.vistdon.ru/pub/unix/X/wmanagers/windowmaker/
|
|
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>
|