I prefer this variant of terminus, I wonder what others think.
Index: Makefile
===================================================================
RCS file: /cvs/ports/fonts/terminus-font/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile	13 Nov 2015 20:18:25 -0000	1.10
+++ Makefile	23 Apr 2016 20:28:22 -0000
@@ -4,6 +4,7 @@ COMMENT =		fixed width fonts especially 
 
 DISTNAME =		terminus-font-4.40
 CATEGORIES =		fonts x11
+REVISION =		0
 
 HOMEPAGE =		http://terminus-font.sourceforge.net/
 
@@ -24,12 +25,15 @@ FONTDIR =		${PREFIX}/share/fonts/terminu
 
 USE_GMAKE =		Yes
 
-FLAVORS =		symquotes
+FLAVORS =		symquotes centered_tilde
 FLAVOR ?=
 
 .if ${FLAVOR:Msymquotes}
 post-patch:
 	${PATCH} -d ${WRKSRC} < ${WRKSRC}/alt/gq2.diff
+.elif ${FLAVOR:Mcentered_tilde}
+post-patch:
+	${PATCH} -d ${WRKSRC} < ${WRKSRC}/alt/td1.diff
 .endif
 
 do-install:
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/fonts/terminus-font/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR	19 Jul 2011 09:16:08 -0000	1.1.1.1
+++ pkg/DESCR	23 Apr 2016 20:28:22 -0000
@@ -2,4 +2,5 @@ The Terminus font is a complete set of f
 especially for the usage in terms.
 
 Flavors:
-	symquotes - Build with symmetric single quotes.
+	symquotes      - Build with symmetric single quotes.
+	centered_tilde - Build with centered ASCII tilde.

Reply via email to