2007-09-24 05:08:41 +00:00
|
|
|
# New ports collection makefile for: fonts-indic
|
|
|
|
# Date created: 19 Septenber 2007
|
|
|
|
# Whom: Naresh Venkateshappa <nareshov@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fonts-indic
|
|
|
|
PORTVERSION= 2.1.5
|
2008-03-24 17:02:27 +00:00
|
|
|
PORTREVISION= 1
|
2007-09-24 05:08:41 +00:00
|
|
|
CATEGORIES= x11-fonts
|
|
|
|
MASTER_SITES= http://gentoo.osuosl.org/distfiles/
|
|
|
|
|
|
|
|
MAINTAINER= nareshov@gmail.com
|
|
|
|
COMMENT= The Lohit family of Indic fonts
|
|
|
|
|
|
|
|
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
|
|
|
|
|
|
USE_GZIP= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
FONTSDIR= lib/X11/fonts/${PORTNAME}/
|
|
|
|
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/${FONTSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*/*/*.ttf ${PREFIX}/${FONTSDIR}
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${ECHO_MSG} "==> Running fc-cache"
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
@${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
|
2007-09-24 05:08:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|