pkgsrc/fonts/cyr-rfx-share/Makefile.common
kristerw 013c549a86 The NetBSD-current tar has problems with -C (see PR bin/24611)
Work around this problem by explicitly "cd" into the directory instead
of using the -C option.
2004-03-01 00:56:24 +00:00

24 lines
714 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2004/03/01 00:56:24 kristerw Exp $
DISTNAME= cyr-rfx-${CYR_RFX_ENCODING}-1.1
CATEGORIES= fonts x11
MASTER_SITES= \
ftp://ftp.ptc.spbu.ru/mirror/ftp.inp.nsk.su/pub/BINP/X11/fonts/cyr-rfx/ \
ftp://ftp.inp.nsk.su/pub/BINP/X11/fonts/cyr-rfx/
EXTRACT_SUFX= .tgz
MAINTAINER= svs@ropnet.ru
HOMEPAGE= http://www.inp.nsk.su/~bolkhov/files/fonts/cyr-rfx/00index.en.html
COMMENT= Cyrillic X11 fonts in ${CYR_RFX_ENCODING} encoding
DIST_SUBDIR= cyr-rfx
USE_X11BASE= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
@cd ${PREFIX}/lib/X11/fonts/local && ${GTAR} xzf ${_DISTDIR}/${DISTFILES} ${CYR_RFX_ENCODING}/misc ${CYR_RFX_ENCODING}/75dpi
.include "../../mk/bsd.pkg.mk"