pkgsrc/fonts/cyr-rfx-share/Makefile.common
jlam bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00

26 lines
728 B
Makefile

# $NetBSD: Makefile.common,v 1.5 2005/07/15 18:27:50 jlam 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
USE_TOOLS+= gtar
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"