45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.37 2006/09/24 19:02:46 grange Exp $
|
|
|
|
COMMENT= "english-russian keyboard switcher for X11"
|
|
|
|
DISTNAME= xruskb-1.15.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= russian x11
|
|
MASTER_SITES= ftp://ftp.yars.free.net/unix/X11/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= ICE SM X11 Xext Xmu Xt c
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
FLAVORS= motif
|
|
FLAVOR?=
|
|
|
|
.if ${FLAVOR:L:Mmotif} || ${FLAVOR:L:Mlesstif}
|
|
USE_MOTIF= any
|
|
CONFIGURE_ARGS= --with-motif --without-Xaw
|
|
.else
|
|
CONFIGURE_ARGS= --without-motif --with-Xaw
|
|
WANTLIB+= Xaw
|
|
.endif
|
|
|
|
pre-configure:
|
|
@perl -i -pe 's!/usr/!${LOCALBASE}/!' \
|
|
${WRKSRC}/Xrus.{ad,wmaker}
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/xrus.doc-english \
|
|
${PREFIX}/share/doc/xruskb/xrus.doc
|
|
${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${PREFIX}/share/doc/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/share/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.wmaker ${PREFIX}/share/xruskb
|
|
|
|
.include <bsd.port.mk>
|