1998-12-06 13:19:18 +01:00
|
|
|
# New ports collection makefile for: xruskb
|
|
|
|
# Date created: 14 Jan 1998
|
|
|
|
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
2000-04-13 21:19:05 +02:00
|
|
|
#
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= xruskb
|
2005-10-21 21:05:58 +02:00
|
|
|
PORTVERSION= 1.15.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
1998-12-06 13:19:18 +01:00
|
|
|
CATEGORIES= russian x11
|
2005-10-21 21:05:58 +02:00
|
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/source/xruskb/
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2000-02-13 18:09:11 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-16 19:03:33 +01:00
|
|
|
COMMENT= A keyboard layout switcher and indicator
|
1998-12-06 13:19:18 +01:00
|
|
|
|
2000-04-30 02:32:05 +02:00
|
|
|
USE_X_PREFIX= YES
|
2003-02-16 19:03:33 +01:00
|
|
|
USE_BZIP2= YES
|
2000-04-30 02:32:05 +02:00
|
|
|
GNU_CONFIGURE= YES
|
1999-02-07 23:00:16 +01:00
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-12-06 00:04:04 +01:00
|
|
|
|
|
|
|
.if defined(WITH_MOTIF)
|
|
|
|
CONFIGURE_ARGS+= --with-toolkit=motif
|
|
|
|
LIB_DEPENDS= Xm.3:${PORTSDIR}/x11-toolkits/open-motif
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --with-toolkit=none
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@${ECHO_MSG} "*"
|
|
|
|
@${ECHO_MSG} "* Use WITH_MOTIF=yes to enable using pixmaps in indicator icon"
|
|
|
|
@${ECHO_MSG} "*"
|
|
|
|
.endif
|
1998-12-06 13:19:18 +01:00
|
|
|
|
|
|
|
MAN1= xrus.1
|
2003-12-06 00:04:04 +01:00
|
|
|
DOCS= FAQ NEWS README* TODO xrus.doc-*
|
1998-12-06 13:19:18 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-12-06 00:04:04 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
1998-12-06 13:19:18 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|