freebsd-ports/x11-fonts/mgopen/Makefile
Baptiste Daroussin 0b4ae303d8 - update WWW and MASTER_SITE
- while here remove md5
2011-03-11 15:55:22 +00:00

41 lines
868 B
Makefile

# 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>