diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:49:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-26 17:49:07 +0000 |
commit | 12f24bd542d642ddd60c235e3d0773bf8037156d (patch) | |
tree | 626209485284151d0ab8c48c4db24ae07eae028b /net-im/licq-qt-gui/Makefile | |
parent | 4ad74a8845b2c84e1217ce1666111b86fa5aa52f (diff) | |
download | ports-12f24bd542d642ddd60c235e3d0773bf8037156d.tar.gz ports-12f24bd542d642ddd60c235e3d0773bf8037156d.zip |
Notes
Diffstat (limited to 'net-im/licq-qt-gui/Makefile')
-rw-r--r-- | net-im/licq-qt-gui/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/licq-qt-gui/Makefile b/net-im/licq-qt-gui/Makefile index 0728221aca42..73e1133e0a58 100644 --- a/net-im/licq-qt-gui/Makefile +++ b/net-im/licq-qt-gui/Makefile @@ -9,18 +9,17 @@ PORTNAME= qt-gui PORTVERSION= ${QT_LICQ_VER} PORTREVISION= 2 CATEGORIES= net -.if defined(WITH_KDE) -PKGNAMESUFFIX= -kde -.endif +PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= Qt plugin for licq CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" -LICQ_PORT?= ${PORTSDIR}/net/licq +LICQ_PORT?= net/licq .if defined(WITH_KDE) +KDE_SUFFIX= -kde USE_KDELIBS_VER=3 CONFIGURE_ARGS+=--with-kde CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" @@ -48,5 +47,5 @@ post-install: .endif .include <bsd.port.pre.mk> -.include "${LICQ_PORT}/Makefile.inc" +.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" .include <bsd.port.post.mk> |