diff options
author | imura <imura@FreeBSD.org> | 1999-09-17 12:47:53 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-09-17 12:47:53 +0000 |
commit | 29f48873572afebcf03040d27e4e223361d8cad5 (patch) | |
tree | 5994b26ca9bc82aca0bdd51ecaa604c6d6fb5b14 /x11-clocks/kdetoys4/Makefile | |
parent | 02d540d3118ed32af3793b228eb84c07c7016f19 (diff) | |
download | FreeBSD-ports-29f48873572afebcf03040d27e4e223361d8cad5.zip FreeBSD-ports-29f48873572afebcf03040d27e4e223361d8cad5.tar.gz |
Upgrade to KDE-1.1.2.
Now x11-clocks/kdetoys11-i18n is no longer RESTRICTED.
Fix incorrect PLIST which is caused by
changed bahavior of devel/libtool.
(x11/kdelibs11-i18n, net/kdentwork11-i18n)
PR: 13749
Diffstat (limited to 'x11-clocks/kdetoys4/Makefile')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 36 |
1 files changed, 8 insertions, 28 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index bd0de0d..2c3d4bd 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -1,41 +1,21 @@ # New ports collection makefile for: kdetoys-i18n -# Version required: 1.1.1 +# Version required: 1.1.2 # Date created: 18 may 1999 # Whom: imura@cs.titech.ac.jp # # $FreeBSD$ # -DISTNAME= kdetoys-1.1.1 -PKGNAME= kdetoys-i18n-1.1.1 -CATEGORIES= x11-clocks kde -MASTER_SITES= http://www.kde.gr.jp/~imura/ -MASTER_SITES+= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.1/distribution/tar/generic/source/bz2 -DISTFILES= kdetoys-1.1.1.tar.bz2 \ - kdelnkfiles-ja-19990809.tar.bz2 +MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n -MAINTAINER= imura@kde.gr.jp +CATEGORIES= x11-clocks kde -BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - kfilei18n.2:${PORTSDIR}/x11/kdelibs11-i18n \ - qti18n.2:${PORTSDIR}/x11-toolkits/qt-i18n -RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase11-i18n +MAINTAINER= imura@kde.gr.jp -EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME} +BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick -USE_BZIP2= yes -USE_GMAKE= yes -USE_LIBTOOL= yes -USE_NEWGCC= yes -CONFIGURE_ENV= X_EXTRA_LIBS="-lxpg4" -CXXFLAGS?= ${CFLAGS} +KDE_NAME= kdetoys -.if defined(QT_GIF_AVAILABLE) -RESTRICTED= requires Qt compiled with gif reading support -.else -FORBIDDEN= requires Qt compiled with gif reading support -.endif +.include "${MASTERDIR}/Makefile" -.include <bsd.port.mk> +CONFIGURE_ENV+= DO_NOT_COMPILE=mouse |