View | Details | Raw Unified | Return to bug 254109
Collapse All | Expand All

(-)x11-fonts/Makefile (+1 lines)
Lines 189-194 Link Here
189
    SUBDIR += oldschool-pc-fonts
189
    SUBDIR += oldschool-pc-fonts
190
    SUBDIR += open-sans
190
    SUBDIR += open-sans
191
    SUBDIR += orbitron
191
    SUBDIR += orbitron
192
    SUBDIR += otf2bdf
192
    SUBDIR += ots
193
    SUBDIR += ots
193
    SUBDIR += oxygen-fonts
194
    SUBDIR += oxygen-fonts
194
    SUBDIR += p5-Font-AFM
195
    SUBDIR += p5-Font-AFM
(-)x11-fonts/otf2bdf/Makefile (+32 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	otf2bdf
4
DISTVERSION=	3.1
5
CATEGORIES=	x11-fonts
6
MASTER_SITES=	http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/
7
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
8
		mkinstalldirs
9
DIST_SUBDIR=	${PORTNAME}
10
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
11
12
MAINTAINER=	yasu@utahime.org
13
COMMENT=	OpenType to BDF converter
14
15
LICENSE=	MIT
16
17
LIB_DEPENDS=	libfreetype.so:print/freetype2
18
19
USES=		autoreconf tar:tgz
20
21
GNU_CONFIGURE=	yes
22
23
PLIST_FILES=	bin/otf2bdf \
24
		man/man1/otf2bdf.1.gz
25
26
post-extract:
27
		${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/mkinstalldirs ${WRKSRC}
28
29
post-install:
30
		${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/otf2bdf
31
32
.include <bsd.port.mk>
(-)x11-fonts/otf2bdf/distinfo (+5 lines)
Line 0 Link Here
1
TIMESTAMP = 1615137831
2
SHA256 (otf2bdf/otf2bdf-3.1.tgz) = 61370b8613867386ad5b7b331a403a674e684020830b0eb83bb004a452abfada
3
SIZE (otf2bdf/otf2bdf-3.1.tgz) = 57769
4
SHA256 (otf2bdf/mkinstalldirs) = e7b13759bd5caac0976facbd1672312fe624dd172bbfd989ffcc5918ab21bfc1
5
SIZE (otf2bdf/mkinstalldirs) = 735
(-)x11-fonts/otf2bdf/files/patch-Makefile.in (+15 lines)
Line 0 Link Here
1
--- Makefile.in.orig	2008-05-21 22:18:18 UTC
2
+++ Makefile.in
3
@@ -60,9 +60,9 @@ distclean: clean
4
 	$(CC) $(CFLAGS) $(INCS) -c $< -o $@
5
 
6
 install: otf2bdf
7
-	$(MKINSTALLDIRS) $(bindir) $(mandir)/man1
8
-	$(CP) otf2bdf $(bindir)/otf2bdf
9
-	$(CP) otf2bdf.man $(mandir)/man1/otf2bdf.1
10
+	$(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
11
+	$(CP) otf2bdf $(DESTDIR)$(bindir)/otf2bdf
12
+	$(CP) otf2bdf.man $(DESTDIR)$(mandir)/man1/otf2bdf.1
13
 
14
 uninstall:
15
 	$(RM) -f $(bindir)/otf2bdf
(-)x11-fonts/otf2bdf/pkg-descr (+5 lines)
Line 0 Link Here
1
otf2bdf is a command line utility that uses the FreeType 2 font
2
rendering library to generate BDF bitmap fonts from OpenType outline
3
fonts at different sizes and resolutions.
4
5
WWW: http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/

Return to bug 254109