aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/exo/Makefile
blob: 99bd602af6d1c45b7332f60150b4da53a0620c6e (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
# Created by: Piotr Kubaj <pkubaj@FreeBSD.org>

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>