freebsd-ports/x11-fonts/avifonts/Makefile
Pav Lucistnik f6cbfaa585 This is a collection of greek TTF fonts licensed under GPL.
These fonts are designed for the Greek language and are iso-8859-7 compatible.
They are saved though in Unicode format, to be compatible with modern fonts and
in order to be easily expandable.  It consist of the following families:

a) Bonati
c) Jacobs
b) Optima
d) OptimaCollege
e) ParisAifel

PR:		ports/89978
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-12-10 19:50:27 +00:00

42 lines
900 B
Makefile

# New ports collection makefile for: AviSoft Font Family
# Date created: 5 Dec 2005
# Whom: past@ebs.gr
#
# $FreeBSD$
#
PORTNAME= avifonts
PORTVERSION= 1.0
CATEGORIES= x11-fonts
MASTER_SITES= http://graphis.hellug.gr/packages/
DISTNAME= avifonts
MAINTAINER= past@ebs.gr
COMMENT= AviFonts greek fonts collection
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
USE_BZIP2= yes
USE_X_PREFIX= yes
NO_BUILD= yes
FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME}
PLIST_SUB= FONTSDIR=${FONTSDIR:S|^${PREFIX}/||}
SUB_FILES= pkg-message
SUB_LIST= FONTSDIR=${FONTSDIR}
do-install:
${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKDIR}/avifonts-2005/avifonts/* ${FONTSDIR}
post-install:
@${ECHO_MSG} "===> Running fc-cache"
-${X11BASE}/bin/fc-cache -f -v ${FONTSDIR}
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>