diff options
author | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-05-12 19:48:49 +0800 |
commit | 42c3e01f07107a7ded656f841e10cae90815ea5d (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /net-im/psi | |
parent | c2b64d94e19f83563bdf4236c8047c64f184ed69 (diff) | |
download | freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.gz freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.tar.zst freebsd-ports-gnome-42c3e01f07107a7ded656f841e10cae90815ea5d.zip |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description
[1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index b1a043caccc1..f6c99d111a86 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -7,7 +7,7 @@ CATEGORIES= net-im MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= A Qt-based Jabber client +COMMENT= Qt 4 based Jabber client LIB_DEPENDS= qca.2:${PORTSDIR}/devel/qca RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl \ @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ CONFIGURE_ENV= QMAKEFLAGS='${QMAKEFLAGS}' MAKE_JOBS_SAFE= yes -OPTIONS_DEFINE= ASPELL ENCHANT DBUS +OPTIONS_DEFINE= ASPELL ENCHANT DBUS DEBUG OPTIONS_DEFAULT= ASPELL DBUS ASPELL_DESC= Use aspell for spell checking @@ -34,7 +34,7 @@ ENCHANT_DESC= Use Enchant for spell checking .include <bsd.port.options.mk> -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --debug PLIST_SUB+= DEBUG="" .else |