diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-11-18 15:36:44 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-11-18 15:36:44 +0000 |
commit | 33a20924ac7c637e35375a6f0692701c42dfdf26 (patch) | |
tree | a482f891591b02981be6da305b5bde6975e4ba6d /security/kssh/Makefile | |
parent | 5e876f7a032f81af8f1eb80ebcc1c40d55a78d3d (diff) | |
download | FreeBSD-ports-33a20924ac7c637e35375a6f0692701c42dfdf26.zip FreeBSD-ports-33a20924ac7c637e35375a6f0692701c42dfdf26.tar.gz |
- Update to version 0.4.1
- Take over maintainership. I'm one of the authors :)
Diffstat (limited to 'security/kssh/Makefile')
-rw-r--r-- | security/kssh/Makefile | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile index c453991..1ad6f4a 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> |