34 lines
775 B
Makefile
34 lines
775 B
Makefile
# $OpenBSD: Makefile,v 1.23 2001/03/13 15:42:44 brad Exp $
|
|
|
|
DISTNAME= xruskb-1.13.0
|
|
CATEGORIES= russian x11
|
|
NEED_VERSION= 1.336
|
|
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
|
|
|
|
FLAVORS= motif
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mmotif}
|
|
USE_MOTIF= Yes
|
|
CONFIGURE_ARGS= --with-motif --without-Xaw
|
|
.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>
|