summaryrefslogtreecommitdiff
path: root/security/kssh/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-18 15:36:44 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-18 15:36:44 +0000
commit2b776caeea629cf700869b0d4d65e0987df89bb5 (patch)
treef8d24ff551f86ec71b4be41fad6c5aab609922a7 /security/kssh/Makefile
parentjmk-x11-fonts, Jim Knoble's font package for X (diff)
- Update to version 0.4.1
- Take over maintainership. I'm one of the authors :)
Notes
Notes: svn path=/head/; revision=35238
Diffstat (limited to 'security/kssh/Makefile')
-rw-r--r--security/kssh/Makefile25
1 files changed, 17 insertions, 8 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile
index c453991e11b0..1ad6f4abcaee 100644
--- a/security/kssh/Makefile
+++ b/security/kssh/Makefile
@@ -6,20 +6,29 @@
#
PORTNAME= kssh
-PORTVERSION= 0.2
+PORTVERSION= 0.4.1
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= will
+MASTER_SITES= http://www.geocities.com/bilibao/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= kevlo@FreeBSD.org
-LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11
+LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
+ png.4:${PORTSDIR}/graphics/png \
+ kdecore.4:${PORTSDIR}/x11/kdelibs2
BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
-USE_QT= yes
+USE_QT2= yes
+MOC?= ${X11BASE}/bin/moc2
USE_GMAKE= yes
-CONFIGURE_ARGS= --prefix="${PREFIX}" --datadir="${LOCALBASE}"
-CONFIGURE_ENV= KDEDIR="${LOCALBASE}"
+CONFIGURE_ARGS+=--prefix="${PREFIX}" --datadir="${LOCALBASE}" \
+ --with-qt-includes=${X11BASE}/include/qt2 \
+ --with-qt-libraries=${X11BASE}/lib \
+ --with-extra-includes=${LOCALBASE}/include \
+ --with-extra-libs=${LOCALBASE}/lib
+CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" MOC="${MOC}" LIBQT="-lqt2" \
+ LIBQTFILE="libqt2"
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.4
.include <bsd.port.mk>