- Add LICENSE
- Add missing depends - Regenerate patches - Fix WWW:
This commit is contained in:
parent
1a7f95e5a9
commit
8ec287a0e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425604
4 changed files with 13 additions and 10 deletions
|
@ -10,10 +10,15 @@ MASTER_SITES= http://www.fontmatrix.net/archives/
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Graphical font manager
|
COMMENT= Graphical font manager
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
||||||
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||||
|
libfontconfig.so:x11-fonts/fontconfig
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake
|
||||||
USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build
|
USE_QT4= corelib xml gui svg network moc_build uic_build rcc_build qmake_build linguisttools_build
|
||||||
INSTALLS_ICONS= yes
|
INSTALLS_ICONS= yes
|
||||||
|
|
||||||
OPTIONS_DEFINE= FONTFORGE
|
OPTIONS_DEFINE= FONTFORGE
|
||||||
|
@ -21,10 +26,8 @@ FONTFORGE_DESC= Install FontForge editor
|
||||||
FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:print/fontforge
|
FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:print/fontforge
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
cd ${WRKSRC}/src && \
|
@${REINPLACE_CMD} -e 's:/usr/bin/fontforge:${LOCALBASE}/bin/fontforge:g' \
|
||||||
${REINPLACE_CMD} -e 's:/usr/bin/fontforge:${LOCALBASE}/bin/fontforge:g' \
|
${WRKSRC}/src/prefs_panel.ui ${WRKSRC}/src/typotek.cpp
|
||||||
prefs_panel.ui \
|
|
||||||
typotek.cpp
|
|
||||||
|
|
||||||
pre-configure:
|
pre-configure:
|
||||||
cd ${WRKSRC}/src/messages && \
|
cd ${WRKSRC}/src/messages && \
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- cmake/modules/FREETYPEConfig.cmake.orig 2008-04-07 22:45:10.000000000 +0200
|
--- cmake/modules/FREETYPEConfig.cmake.orig 2008-04-07 20:45:10 UTC
|
||||||
+++ cmake/modules/FREETYPEConfig.cmake 2015-12-02 14:40:47.871063000 +0100
|
+++ cmake/modules/FREETYPEConfig.cmake
|
||||||
@@ -1,10 +1,10 @@
|
@@ -1,10 +1,10 @@
|
||||||
#
|
#
|
||||||
# Find the native FREETYPE includes and library
|
# Find the native FREETYPE includes and library
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- ./src/prefspaneldialog.h.orig 2008-04-06 13:47:45.000000000 +0400
|
--- src/prefspaneldialog.h.orig 2008-04-07 20:45:09 UTC
|
||||||
+++ ./src/prefspaneldialog.h 2008-04-07 01:12:12.000000000 +0400
|
+++ src/prefspaneldialog.h
|
||||||
@@ -12,7 +12,7 @@
|
@@ -12,7 +12,7 @@
|
||||||
#ifndef PREFSPANELDIALOG_H
|
#ifndef PREFSPANELDIALOG_H
|
||||||
#define PREFSPANELDIALOG_H
|
#define PREFSPANELDIALOG_H
|
||||||
|
|
|
@ -5,4 +5,4 @@ of font dialogs. Basically, the Fontmatrix helps doing three things:
|
||||||
activation and deactivation of fonts, tagging fonts and fontbook
|
activation and deactivation of fonts, tagging fonts and fontbook
|
||||||
generation.
|
generation.
|
||||||
|
|
||||||
WWW: http://www.fontmatrix.net
|
WWW: http://www.fontmatrix.net/
|
||||||
|
|
Loading…
Reference in a new issue