Files
ports/print/rubygem-rbpdf-font/Makefile
Po-Chuan Hsieh 67497e3186 print/rubygem-rbpdf-font: Strip binary executable
- Bump PORTREVISION for package change
2023-07-09 18:26:22 +08:00

22 lines
385 B
Makefile

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>