openbsd-ports/russian/xruskb/Makefile
2000-06-16 10:19:02 +00:00

38 lines
843 B
Makefile

# $OpenBSD: Makefile,v 1.19 2000/06/16 10:19:02 form Exp $
DISTNAME= xruskb-1.13.0
CATEGORIES= russian x11
NEED_VERSION= 1.301
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/X11/
MAINTAINER= 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>