aboutsummaryrefslogtreecommitdiff
path: root/russian/wmcyrx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'russian/wmcyrx/Makefile')
-rw-r--r--russian/wmcyrx/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/russian/wmcyrx/Makefile b/russian/wmcyrx/Makefile
deleted file mode 100644
index 7e3f1775234e..000000000000
--- a/russian/wmcyrx/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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
-PORTREVISION= 2
-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
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2012-10-20
-
-USE_XORG= x11 xpm
-NO_INSTALL_MANPAGES= yes
-PLIST_FILES= bin/wmcyrx2
-MAKE_ENV+= COPT="${CXXFLAGS} -fpermissive"
-
-post-extract:
- @ ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile
- @ ${REINPLACE_CMD} 's|inline min|inline int min|' \
- ${WRKSRC}/cyrx2.cc
-
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/cyrx2 ${PREFIX}/bin/wmcyrx2
-
-.include <bsd.port.mk>