mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
as requested, a converter from otf2bdf
very trivial port
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/10/22 18:14:58 espie Exp $
|
||||
|
||||
COMMENT = OpenType to BDF font converter
|
||||
CATEGORIES = converters fonts
|
||||
HOMEPAGE = http://www.math.nmsu.edu/~mleisher/Software/otf2bdf/
|
||||
DISTNAME = otf2bdf-3.1
|
||||
MASTER_SITES = ${HOMEPAGE}
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/otf2bdf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKBUILD}/otf2bdf.man ${PREFIX}/man/man1/otf2bdf.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -0,0 +1,2 @@
|
||||
SHA256 (otf2bdf-3.1.tgz) = YTcLhhOGc4atW3szGkA6Z05oQCCDCw64O7AEpFKr+to=
|
||||
SIZE (otf2bdf-3.1.tgz) = 57769
|
||||
@@ -0,0 +1,3 @@
|
||||
otf2bdf is a command line utility that uses the FreeType 2 font
|
||||
rendering library to generate BDF bitmap fonts from OpenType outline
|
||||
fonts at different sizes and resolutions.
|
||||
@@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/10/22 18:14:58 espie Exp $
|
||||
@bin bin/otf2bdf
|
||||
@man man/man1/otf2bdf.1
|
||||
Reference in New Issue
Block a user