diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-04 03:47:18 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-04 03:47:18 +0000 |
commit | 1d206a3483e848f4589962473bdf169313ea740f (patch) | |
tree | 269caee3e56d61cd6318b44d85c3ff64b32d57b6 /graphics/kdegraphics4 | |
parent | fb2c030e15fb4b426c06fee701c06b7f44c272ab (diff) | |
download | ports-1d206a3483e848f4589962473bdf169313ea740f.tar.gz ports-1d206a3483e848f4589962473bdf169313ea740f.zip |
Notes
Diffstat (limited to 'graphics/kdegraphics4')
-rw-r--r-- | graphics/kdegraphics4/Makefile | 24 | ||||
-rw-r--r-- | graphics/kdegraphics4/distinfo | 2 | ||||
-rw-r--r-- | graphics/kdegraphics4/pkg-plist | 6 |
3 files changed, 24 insertions, 8 deletions
diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 1d8715cd58ea..7a180c62b099 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdegraphics -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src @@ -14,7 +14,10 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= dvips:${PORTSDIR}/print/teTeX \ + autoconf213:${PORTSDIR}/devel/autoconf213 \ + automake14:${PORTSDIR}/devel/automake14 \ + objprelink:${PORTSDIR}/devel/objprelink RUN_DEPENDS= dvips:${PORTSDIR}/print/teTeX USE_KDELIBS_VER=2 @@ -22,7 +25,13 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ARGS+=--without-kamera +CONFIGURE_ARGS+=--without-kamera --enable-objprelink +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL) +CONFIGURE_ARGS+=--enable-final +.endif +.if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) +CONFIGURE_ARGS+=--disable-debug +.endif .include <bsd.port.pre.mk> @@ -48,6 +57,15 @@ pre-everything:: .endif pre-configure: + ${MKDIR} ${WRKSRC}/auto-bin +.for AC in autoconf autoheader + ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} +.endfor +.for AM in automake aclocal + ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} +.endfor + cd ${WRKSRC} && env PATH=$$PATH:${WRKSRC}/auto-bin \ + ${GMAKE} -f Makefile.cvs ${PERL} -pi -e "s@libkscan_la_LIBADD =@libkscan_la_LIBADD= -lintl@g" ${WRKSRC}/libkscan/Makefile.in ${PERL} -pi -e "s@libkcm_kamera_la_LIBADD =@libkcm_kamera_la_LIBADD= -lintl@g" ${WKRSRC}/kamera/kcontrol/Makefile.in ${PERL} -pi -e "s@name = item@name=(char*)item@g" ${WRKSRC}/kamera/kcontrol/kamera.cpp diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo index 594b94dcf295..2369e2cdb937 100644 --- a/graphics/kdegraphics4/distinfo +++ b/graphics/kdegraphics4/distinfo @@ -1 +1 @@ -MD5 (KDE/kdegraphics-2.2.1.tar.bz2) = a2d0b9242f20264167f8b96a8ba3a5c7 +MD5 (KDE/kdegraphics-2.2.2.tar.bz2) = b9341505c6b9de8f018dd9d1896356e9 diff --git a/graphics/kdegraphics4/pkg-plist b/graphics/kdegraphics4/pkg-plist index 5a05b0df8381..9e4307a74b95 100644 --- a/graphics/kdegraphics4/pkg-plist +++ b/graphics/kdegraphics4/pkg-plist @@ -5,7 +5,7 @@ bin/kfax bin/kfract bin/kghostview bin/kiconedit -%%SANE%%bin/kooka +bin/kooka bin/kpaint bin/kruler bin/ksnapshot @@ -224,8 +224,6 @@ share/icons/locolor/32x32/apps/kcoloredit.png @dirrm share/icons/locolor @dirrm share/icons/hicolor/48x48/apps @dirrm share/icons/hicolor/32x32/apps -@dirrm share/icons/hicolor/16x16/apps -@dirrm share/icons/hicolor/16x16/actions @dirrm share/doc/HTML/en/kview @dirrm share/doc/HTML/en/ksnapshot @dirrm share/doc/HTML/en/kruler @@ -253,5 +251,5 @@ share/icons/locolor/32x32/apps/kcoloredit.png @dirrm share/apps/kdvi/toolbar @dirrm share/apps/kdvi @dirrm share/applnk/Utilities -@dirrm share/applnk/Settings/Peripherals @dirrm share/applnk/Graphics +@dirrm share/applnk |