diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-20 01:11:18 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-20 01:11:18 +0000 |
commit | c0764bac8242f2f5528a6c34817b2f423195cb34 (patch) | |
tree | c48be5996354cc91cadce0e5fc0ea625cda0ffc1 /net/edonkey-gui-gtk-kioslave/Makefile | |
parent | 4217c40febdd22a9419aa4c3c20325be49d6064a (diff) | |
download | FreeBSD-ports-c0764bac8242f2f5528a6c34817b2f423195cb34.zip FreeBSD-ports-c0764bac8242f2f5528a6c34817b2f423195cb34.tar.gz |
No longer support other than KDE3
Diffstat (limited to 'net/edonkey-gui-gtk-kioslave/Makefile')
-rw-r--r-- | net/edonkey-gui-gtk-kioslave/Makefile | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/net/edonkey-gui-gtk-kioslave/Makefile b/net/edonkey-gui-gtk-kioslave/Makefile index f771817..5594eb5 100644 --- a/net/edonkey-gui-gtk-kioslave/Makefile +++ b/net/edonkey-gui-gtk-kioslave/Makefile @@ -14,32 +14,21 @@ MASTER_SITES= http://users.aber.ac.uk/tpm01/ \ ${MASTER_SITE_LOCAL:S/$/:kde_admin/} MASTER_SITE_SUBDIR= lioux/:kde_admin PKGNAMESUFFIX= -gui-gtk-kioslave -DISTFILES= ed2k_kde2_kioslave.tar.gz +DISTFILES= ed2k_kde2_kioslave.tar.gz \ + kde-admindir-3.0.1.tar.gz:kde_admin MAINTAINER= lioux@FreeBSD.org +BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf \ + automake:${PORTSDIR}/devel/automake RUN_DEPENDS= ed2k_gui:${PORTSDIR}/net/edonkey-gui-gtk -.if exists(${X11BASE}/include/qt2/qapp.h) -USE_KDELIBS_VER= 2 -.else USE_KDELIBS_VER= 3 -.endif USE_XLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/ed2kslave -.include <bsd.port.pre.mk> - -.if ${USE_KDELIBS_VER} == 3 -DISTFILES+= kde-admindir-3.0.1.tar.gz:kde_admin - -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf \ - automake:${PORTSDIR}/devel/automake - -PLIST_SUB+= KDEDIR_VERSION=kde3 - post-extract: @${RM} -Rf ${WRKSRC}/admin @${CP} -Rp ${WRKDIR}/admin ${WRKSRC} @@ -48,10 +37,4 @@ pre-configure: @${RM} -f ${WRKSRC}/config.cache @cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common cvs || ${TRUE} -.else - -PLIST_SUB+= KDEDIR_VERSION=kde2 - -.endif # ${USE_KDELIBS_VER} == 3 - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |