1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/x11-fonts/exo/Makefile
Pawel Pekala e042b1bd23 Should be NO_WRKSUBDIR
Reported by:	mat
2016-08-27 11:13:39 +00:00

26 lines
497 B
Makefile

# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= exo
PORTVERSION= 2.0
CATEGORIES= x11-fonts
MASTER_SITES= http://www.ndiscovered.com/downloads/exo2/
DISTNAME= EXO_2_OTF
MAINTAINER= pkubaj@anongoth.pl
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>