mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c18bddc29b
PR: ports/9924 Submitted by: Igor Vinokurov <igor@rtsnet.ru>
31 lines
799 B
Makefile
31 lines
799 B
Makefile
# New ports collection makefile for: xruskb
|
|
# Version required: 1.9.3
|
|
# Date created: 14 Jan 1998
|
|
# Whom: Igor Vinokurov <igor@zynaps.ru>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/12/06 12:19:18 flathill Exp $
|
|
|
|
DISTNAME= xruskb-1.9.3
|
|
CATEGORIES= russian x11
|
|
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/X11/ \
|
|
ftp://ftp.kiae.su/pub/x11/cyrillic/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= Yes
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
|
|
|
MAN1= xrus.1
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/xrus.doc-english ${PREFIX}/share/doc/xruskb
|
|
${INSTALL_DATA} ${WRKSRC}/xrus.doc-koi8 ${PREFIX}/share/doc/xruskb
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|