diff options
author | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-05-17 11:15:21 +0000 |
commit | 884142f52a3aafc537150996ae588f899f5543a5 (patch) | |
tree | ba1785d8883102058f5462005aaaa7ce6882abda /x11-clocks/kdetoys4/Makefile | |
parent | 23c0cf7947bc0858c5e582726829bb1a59d2f8af (diff) | |
download | FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.zip FreeBSD-ports-884142f52a3aafc537150996ae588f899f5543a5.tar.gz |
Update the KDE meta-port to KDE 1.90 (aka KDE2 beta) so people can use
it to install the basic KDE2 stuff. Also update kdetoys to finally
remove ImageMagick dependency and allow non-i18n people to use it.
And now, KDE2 is fully imported into the tree.
Repo-copies by: asami
Diffstat (limited to 'x11-clocks/kdetoys4/Makefile')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index fe3f229..8fe4e79 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -1,18 +1,28 @@ -# New ports collection makefile for: kdetoys-i18n -# Date created: 18 may 1999 -# Whom: imura@cs.titech.ac.jp +# New ports collection makefile for: kdetoys2 +# Date created: 14 May 2000 02:45:53 +# Whom: Will Andrews <will@FreeBSD.org> # # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n PORTNAME= kdetoys +PORTVERSION= 1.90 CATEGORIES= x11-clocks kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= unstable/distribution/tar/src -MAINTAINER= imura@FreeBSD.org +MAINTAINER= will@FreeBSD.org -BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 -.include "${MASTERDIR}/Makefile" +MOC?= ${X11BASE}/bin/moc2 +USE_QT2= yes +USE_BZIP2= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \ + --with-qt-includes=${X11BASE}/include/qt2 \ + --with-qt-libraries=${X11BASE}/lib +CONFIGURE_ENV+= DO_NOT_COMPILE=mouse MOC="${MOC}" +USE_GMAKE= yes -CONFIGURE_ENV+= DO_NOT_COMPILE=mouse +.include <bsd.port.mk> |