openbsd-ports/russian/xruskb/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

38 lines
861 B
Makefile

# $OpenBSD: Makefile,v 1.21 2000/10/22 15:43:19 espie Exp $
DISTNAME= xruskb-1.13.0
CATEGORIES= russian x11
NEED_VERSION= 1.305
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/X11/
MAINTAINER= Oleg Safiullin <form@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE=gnu
.if defined(USE_MOTIF) && ${USE_MOTIF:U} == YES
FLAVOR= motif
.endif
FLAVORS= motif
FLAVOR?=
.if ${FLAVOR:L:Mmotif}
CONFIGURE_ARGS= --with-motif --without-Xaw
LIB_DEPENDS= Xm::x11/lesstif
.else
CONFIGURE_ARGS= --without-motif --with-Xaw
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/share/xruskb
${INSTALL_DATA} ${WRKSRC}/xrus.doc-english ${PREFIX}/share/xruskb/xrus.doc
${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${PREFIX}/share/xruskb
.include <bsd.port.mk>