23 lines
574 B
Makefile
23 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/10/03 18:28:21 asau Exp $
|
|
#
|
|
|
|
DISTNAME= font-misc-cyrillic-1.0.3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
|
|
COMMENT= Miscellaneous Cyrillic "fixed" PCF fonts
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bdftopcf gzip
|
|
|
|
INSTALLATION_DIRS+= share/doc/${PKGBASE}
|
|
|
|
FONTS_DIRS.x11= share/fonts/X11/cyrillic
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|