diff options
author | R. Imura <imura@FreeBSD.org> | 2000-10-23 15:24:23 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-10-23 15:24:23 +0000 |
commit | 48acbbff2dab07e3262f35722a8f7d3d7949208e (patch) | |
tree | 724ea938c5f3e37b665542a76ec76aa7941d9aea /x11-clocks | |
parent | 65a7117c4bfd6eeac11e6cbfdc3fd93d65e947e0 (diff) | |
download | ports-48acbbff2dab07e3262f35722a8f7d3d7949208e.tar.gz ports-48acbbff2dab07e3262f35722a8f7d3d7949208e.zip |
Merge kde11-i18n into kde11, and remove my *-i18n ports.
There is no so-version bump, because of compatibility.
Approved by: will (kde11 maintainer)
Notes
Notes:
svn path=/head/; revision=34140
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/kdetoys11/Makefile | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/x11-clocks/kdetoys11/Makefile b/x11-clocks/kdetoys11/Makefile index fe3f229dac05..8dd7d828988a 100644 --- a/x11-clocks/kdetoys11/Makefile +++ b/x11-clocks/kdetoys11/Makefile @@ -5,14 +5,31 @@ # $FreeBSD$ # -MASTERDIR= ${.CURDIR}/../../audio/kdemultimedia11-i18n PORTNAME= kdetoys +PORTVERSION= 1.1.2 CATEGORIES= x11-clocks kde +MASTER_SITES= $(MASTER_SITE_KDE) +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/source/bz2 MAINTAINER= imura@FreeBSD.org BUILD_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 -.include "${MASTERDIR}/Makefile" +USE_BZIP2= yes +USE_GMAKE= yes +USE_NEWGCC= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \ + "--with-extra-includes=${LOCALBASE}/include" \ + "--with-extra-libs=${LOCALBASE}/lib" +CONFIGURE_ENV= QTDIR=${QTDIR} \ + DO_NOT_COMPILE=mouse -CONFIGURE_ENV+= DO_NOT_COMPILE=mouse +.if defined(PREFIX) +QTDIR?= ${PREFIX} +.else +QTDIR?= ${X11BASE} +.endif + +.include <bsd.port.mk> |