diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-07-27 11:03:38 +0000 |
commit | 52e8b487f6dc73b0d0baafc955c59e83ab33c41a (patch) | |
tree | 167ee4bd8c4cd737246cf4e2c40f36e42042084e /x11-fonts | |
parent | dbe27c5fd4471209e8b77eecbae08f3a2ad57040 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontmatrix/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-fonts/fontmatrix/Makefile b/x11-fonts/fontmatrix/Makefile index 37e44e69580f..a553ce1122b1 100644 --- a/x11-fonts/fontmatrix/Makefile +++ b/x11-fonts/fontmatrix/Makefile @@ -22,11 +22,13 @@ INSTALLS_ICONS= yes USE_CMAKE= yes -OPTIONS= FONTFORGE "With FontForge editor" off +OPTIONS_DEFINE= FONTFORGE +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +FONTFORGE_DESC= With FontForge editor -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_FONTFORGE) +.if ${PORT_OPTIONS:MFONTFORGE} RUN_DEPENDS+= ${LOCALBASE}/bin/fontforge:${PORTSDIR}/print/fontforge .endif @@ -41,4 +43,4 @@ pre-configure: ${LOCALBASE}/bin/lupdate-qt4 -noobsolete ../ -ts *.ts && \ ${LOCALBASE}/bin/lrelease-qt4 *.ts -.include <bsd.port.post.mk> +.include <bsd.port.mk> |