aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/ecofont/Makefile
blob: c6e3a665bae6275b79349ef896a82c0d8c17fd43 (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
# Created by: Joseph S. Atkinson <jsa@wickedmachine.net>
# $FreeBSD$

PORTNAME=   ecofont
PORTVERSION=    2.05
PORTREVISION=   1
CATEGORIES= x11-fonts
MASTER_SITES=   http://www.ecofont.com/assets/files/
DISTNAME=   ecofont_vera_sans_regular

MAINTAINER= ports@FreeBSD.org
COMMENT=    Environmentally friendly, ink saving typeface

USES=       fonts zip
NO_BUILD=   yes

PLIST_FILES=    ${FONTSDIR}/${ECOFONT}

SUB_FILES=  pkg-message

ECOFONT=    ${DISTNAME}.ttf

do-install:
    @${MKDIR} ${STAGEDIR}${FONTSDIR}
    ${INSTALL_DATA} ${WRKDIR}/${ECOFONT} ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>