aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/mgopen/Makefile
blob: 3445acd2114b1e1e188024cc3de2c44c48680aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:    MgOpen Font Family
# Date created:         16 May 2005
# Whom:             past@ebs.gr
#
# $FreeBSD$
#

PORTNAME=   mgopen
PORTVERSION=    1.0
PORTREVISION=   2
CATEGORIES= x11-fonts
MASTER_SITES=   http://www.zvr.gr/typo/mgopen/files/
DISTNAME=   MgOpen

MAINTAINER= ports@FreeBSD.org
COMMENT=    MgOpen greek fonts collection

BUILD_DEPENDS=  fc-cache:${PORTSDIR}/x11-fonts/fontconfig
RUN_DEPENDS=    fc-cache:${PORTSDIR}/x11-fonts/fontconfig

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}/*.ttf ${FONTSDIR}

post-install:
    @${ECHO_MSG} "===> Running fc-cache"
    -${LOCALBASE}/bin/fc-cache -f -v ${FONTSDIR}
    @${ECHO_MSG}
    @${CAT} ${PKGMESSAGE}
    @${ECHO_MSG}

.include <bsd.port.mk>