From 4614eeaa0daba45c2156a79ac1e020ffecffd88a Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 19 May 2005 05:51:29 +0000 Subject: Convert to OPTIONS. Approved by: maintainer --- net-im/psi/Makefile | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'net-im') diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 3408aac1b0fd..72cda488f54a 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -34,6 +34,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ MAKE_ARGS+= QTDIR=${X11BASE} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +OPTIONS= KDE "Enable KDE tray support" on + +.include + .if defined(WITH_KDE) LIB_DEPENDS= kdecore:${PORTSDIR}/x11/kdelibs3 _NO_KDE_CONFTARGET_HACK= yes @@ -43,15 +47,6 @@ CONFIGURE_ARGS+= --disable-kde PLIST_SUB+= KDE="@comment " .endif -pre-everything:: - @${ECHO} "=============================================================" - @${ECHO} - @${ECHO} "You can build ${PKGNAME} with the following options:" - @${ECHO} - @${ECHO} "WITH_KDE enable kde tray support" - @${ECHO} - @${ECHO} "=============================================================" - pre-install: .if defined(WITH_KDE) @for size in 16x16 32x32 48x48; do \ @@ -62,4 +57,4 @@ pre-install: post-install: ${STRIP_CMD} ${PREFIX}/bin/psi -.include +.include -- cgit