openbsd-ports/russian/xruskb/Makefile
2000-01-14 08:44:28 +00:00

35 lines
960 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/01/14 08:44:28 form Exp $
DISTNAME= xruskb-1.10.0
CATEGORIES= russian x11
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/X11/
MAINTAINER= form@openbsd.org
USE_X11= yes
GNU_CONFIGURE= yes
.if defined(USE_MOTIF)
CONFIGURE_ARGS= --with-motif --without-Xaw
LIB_DEPENDS= Xm:${PORTSDIR}/x11/lesstif
.else
CONFIGURE_ARGS= --without-motif --with-Xaw
.endif
pre-configure:
.if !defined(USE_MOTIF)
@${ECHO} "***"
@${ECHO} "*** You are building Xaw version of xruskb."
@${ECHO} "*** Some features are not available in Xaw version."
@${ECHO} "*** If you wish to build full-featured Motif version,"
@${ECHO} "*** just type 'make USE_MOTIF=yes'."
@${ECHO} "***"
.endif
post-install:
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${X11BASE}/lib/X11/app-defaults/Xrus
${INSTALL_DATA} ${WRKSRC}/xrus.doc-english ${X11BASE}/share/xruskb/xrus.doc
${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${X11BASE}/share/xruskb
.include <bsd.port.mk>