30 lines
655 B
Makefile
30 lines
655 B
Makefile
# $OpenBSD: Makefile,v 1.12 2020/01/26 11:14:31 jasper Exp $
|
|
|
|
COMMENT= ink-saving font based on Vera Sans
|
|
|
|
TYPEFACE = ecofont
|
|
# Make sure we're well below upstreams initial versioned release
|
|
V= 0.001
|
|
DISTNAME= spranq_eco_sans_regular-$V
|
|
PKGNAME= spranq-ecofont-ttf-$V
|
|
REVISION= 2
|
|
CATEGORIES= fonts x11
|
|
|
|
HOMEPAGE= http://www.ecofont.eu/ecofont_en.html
|
|
|
|
# Vera Sans license
|
|
# http://www.bitstream.com/font_rendering/products/dev_fonts/vera.html
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
# Untill upstream starts to version the font
|
|
MASTER_SITES= https://distfiles.sigtrap.nl/
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD= Yes
|
|
NO_TEST= Yes
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|