freebsd-ports/x11-fonts/pingwi/Makefile
Max Brazhnikov 401a68d94b Add new port x11-fonts/pingwi:
PingWi Typography (PWT) font package contains PWT Tahion, PWT Arion,
PWT Courant, PWT Verde and PWT Timer fonts that are supposed
to substitute Microsoft's Tahoma, Arial, Courier, Verdana and
Times New Roman respectively. They are designed to resolve formatting
problems with documents created in MS Office, when they are opened
in OpenOffice.org.

WWW:	http://www.pingwinsoft.ru/pages/resheniya

PR:		ports/148763
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-08-02 20:15:46 +00:00

37 lines
881 B
Makefile

# New ports collection makefile for: font-pingwi
# Date created: 2010-07-20
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= pingwi
PORTVERSION= 0.1
CATEGORIES= x11-fonts
MASTER_SITES= http://www.pingwinsoft.ru/system/uploads/16/original/ \
http://fbsd.zlonet.ru/distfiles/
PKGNAMEPREFIX= font-
DISTNAME= fonts_test
MAINTAINER= g.veniamin@googlemail.com
COMMENT= PingWi Typography fonts
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
USE_ZIP= yes
NO_BUILD= yes
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
FONTSDIR= ${PREFIX}/lib/X11/fonts/pingwi
SUB_FILES= pkg-message
SUB_LIST= FONTSDIR=${FONTSDIR}
do-install:
${MKDIR} ${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTSDIR}
post-install:
@${ECHO_MSG} "===> Running fc-cache"
@-${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>