1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/x11-fonts/exo/Makefile
2020-01-06 16:34:40 +00:00

26 lines
481 B
Makefile

# Created by: Piotr Kubaj <pkubaj@FreeBSD.org>
# $FreeBSD$
PORTNAME= exo
PORTVERSION= 2
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= http://ndiscovered.com/archives/
MAINTAINER= pkubaj@FreeBSD.org
COMMENT= Geometric sans serif font with a technological feel
LICENSE= OFL11
USES= fonts zip
NO_BUILD= yes
NO_ARCH= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} ; ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR})
.include <bsd.port.mk>