summaryrefslogtreecommitdiff
path: root/print/rubygem-rbpdf-font/Makefile
blob: 59d6c95cdad6d48d55cd824f6793c96a05aa8831 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rbpdf-font
PORTVERSION=	1.19.1
PORTREVISION=	1
CATEGORIES=	print rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RBPDF font files
WWW=		https://github.com/naitoh/rbpdf/tree/master/rbpdf-font

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE

USES=		gem

NO_ARCH=	yes

post-patch:
	@${STRIP_CMD} ${WRKSRC}/lib/fonts/ttf2ufm/ttf2ufm

.include <bsd.port.mk>