aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/fontmatrix
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-10-23 21:08:41 +0800
committermakc <makc@FreeBSD.org>2013-10-23 21:08:41 +0800
commit257d95e619d504625a3dd72269614d7fe350704c (patch)
tree902ae1e48303d70f1045908f9eb477d7722924c8 /x11-fonts/fontmatrix
parent4db462c2d32f9526ce9940e28a4b22915d0982f5 (diff)
downloadfreebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.gz
freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.tar.zst
freebsd-ports-gnome-257d95e619d504625a3dd72269614d7fe350704c.zip
- Support staging
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
Diffstat (limited to 'x11-fonts/fontmatrix')
-rw-r--r--x11-fonts/fontmatrix/Makefile16
1 files changed, 4 insertions, 12 deletions
diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile
index 27fd36a91e26..671d243ae1ad 100644
--- a/x11-fonts/fontmatrix/Makefile
+++ b/x11-fonts/fontmatrix/Makefile
@@ -8,25 +8,17 @@ CATEGORIES= x11-fonts
MASTER_SITES= http://www.fontmatrix.net/archives/
MAINTAINER= makc@FreeBSD.org
-COMMENT= A graphical font manager
+COMMENT= Graphical font manager
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
+USES= cmake
USE_QT4= gui svg network moc_build uic_build rcc_build qmake_build linguist_build
INSTALLS_ICONS= yes
-USES= cmake
-
OPTIONS_DEFINE= FONTFORGE
-OPTIONS_DEFAULT= ${OPTIONS_DEFINE}
-FONTFORGE_DESC= With FontForge editor
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MFONTFORGE}
-RUN_DEPENDS+= ${LOCALBASE}/bin/fontforge:${PORTSDIR}/print/fontforge
-.endif
+FONTFORGE_DESC= Install FontForge editor
+FONTFORGE_RUN_DEPENDS= ${LOCALBASE}/bin/fontforge:${PORTSDIR}/print/fontforge
post-patch:
cd ${WRKSRC}/src && \