1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-fonts/ecofont/Makefile
Dmitry Marakasov 807e317ea5 - Add LICENSE
- Add NO_ARCH
- Update WWW
- Mark BROKEN: does not fetch. The website only mentions commercial
  options, no mention of font download.
2018-02-16 09:02:58 +00:00

33 lines
618 B
Makefile

# 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
LICENSE= NONE
BROKEN= unfetchable
USES= fonts zip
NO_BUILD= yes
NO_ARCH= 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>