b214f7899a
The ecoliercourt-fonts package provides cursive TTF fonts with small descenders covering the basic latin range with an ink and dip pen style. Such fonts are widely used in education. They come in two versions: with and without "Seyes" ruling. Note that now that fonts.dir and fonts.scale are created at install time you need a recent -current before installing this package.
37 lines
761 B
Makefile
37 lines
761 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/22 08:10:08 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= dip pen style TTF fonts
|
|
|
|
DISTNAME= ecoliercourt-fonts-0.1
|
|
DISTFILES= ecl_cour.ttf ec_cour.ttf
|
|
CATEGORIES= x11 education
|
|
|
|
# in French
|
|
HOMEPAGE= http://perso.orange.fr/jm.douteau/page_ecolier.htm
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# Open Font License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://perso.orange.fr/jm.douteau/polices/
|
|
|
|
DIST_SUBDIR= ecoliercourt
|
|
EXTRACT_ONLY=
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
INST_DIR= ${PREFIX}/lib/X11/fonts/ecoliercourt
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${INST_DIR}
|
|
${INSTALL_DATA} ${FULLDISTDIR}/*.ttf ${INST_DIR}
|
|
|
|
.include <bsd.port.mk>
|