c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
44 lines
972 B
Makefile
44 lines
972 B
Makefile
# New ports collection makefile for: manu-gothica
|
|
# Date created: 2006-04-02
|
|
# Whom: heiner Eichmann <h.eichmann@gmx.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= manu-gothica
|
|
DISTVERSION= 0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-fonts
|
|
MASTER_SITES= http://www.bryld.info/filer/
|
|
DISTNAME= manugot19
|
|
EXTRACT_SUFX= .ttf
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Old german blackletter handwriting (suetterlin)
|
|
|
|
BUILD_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
RESTRICTED= The font is free for personal use
|
|
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
|
NO_BUILD= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
FONTSDIR= lib/X11/fonts/TTF/
|
|
PLIST_SUB+= FONTSDIR=${FONTSDIR}
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/${FONTSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/manugot19.ttf ${PREFIX}/${FONTSDIR}/manugot19.ttf
|
|
|
|
post-install:
|
|
@${ECHO_MSG} "===> Running fc-cache"
|
|
-${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR}
|
|
@${ECHO_MSG}
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.mk>
|