diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /x11-fonts | |
parent | - DESKTOPDIR is in BSD.local.dist now (diff) |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontmatrix/Makefile | 16 |
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 && \ |