2006-08-28 15:41:50 +02:00
|
|
|
# New ports collection makefile for: junicode
|
|
|
|
# Date created: 28 August 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: Guerkan Senguen <gurkan@phys.ethz.ch>
|
2006-08-28 15:41:50 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= junicode
|
2012-06-10 13:07:09 +02:00
|
|
|
PORTVERSION= 0.7.6
|
2006-08-28 15:41:50 +02:00
|
|
|
CATEGORIES= x11-fonts
|
2012-01-11 08:53:43 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S|.|-|g} \
|
2009-07-08 17:36:28 +02:00
|
|
|
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|g}
|
2006-08-28 15:41:50 +02:00
|
|
|
|
2009-07-08 17:36:28 +02:00
|
|
|
MAINTAINER= nikola.lecic@anthesphoria.net
|
2009-08-07 19:52:30 +02:00
|
|
|
COMMENT= Unicode/MUFI OpenType font for medievalists (Latin, IPA, Runic, Greek)
|
2006-08-28 15:41:50 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
2009-04-03 10:52:09 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-28 15:41:50 +02:00
|
|
|
|
2009-07-08 17:36:28 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2006-08-28 15:41:50 +02:00
|
|
|
NO_BUILD= yes
|
2009-04-03 10:52:09 +02:00
|
|
|
USE_ZIP= yes
|
2006-08-28 15:41:50 +02:00
|
|
|
|
|
|
|
PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}"
|
|
|
|
|
2009-04-03 10:52:09 +02:00
|
|
|
FONTSDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
2006-08-28 15:41:50 +02:00
|
|
|
|
|
|
|
do-install:
|
2009-04-03 10:52:09 +02:00
|
|
|
@${MKDIR} ${FONTSDIR}
|
2009-07-08 17:36:28 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf ${FONTSDIR}
|
2006-08-28 15:41:50 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-04-03 10:52:09 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2012-01-11 08:53:43 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
|
2006-08-28 15:41:50 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
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 19:56:05 +02:00
|
|
|
-${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
|
2006-08-28 15:41:50 +02:00
|
|
|
@${ECHO_MSG}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|