diff options
Diffstat (limited to 'graphics/kuickshow-kde4/Makefile')
-rw-r--r-- | graphics/kuickshow-kde4/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/kuickshow-kde4/Makefile b/graphics/kuickshow-kde4/Makefile index eab30d394f00..732fdb120259 100644 --- a/graphics/kuickshow-kde4/Makefile +++ b/graphics/kuickshow-kde4/Makefile @@ -6,23 +6,25 @@ # PORTNAME= kuickshow -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= graphics -MASTER_SITES= http://master.kde.org/~pfeiffer/kuickshow/ \ - ftp://ftp.nuug.no/pub/anders/distfiles/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} EXTRACT_SUFX= .tgz MAINTAINER= anders@fix.no GNU_CONFIGURE= yes +USE_IMLIB= yes USE_KDELIBS_VER= 2 USE_GMAKE= yes -CONFIGURE_ENV+= LIBQT="-lqt2" MOC="moc2" KDEDIR="${LOCALBASE}" -CONFIGURE_ARGS+= --with-qt-includes=${X11BASE}/include/qt2 \ - --with-qt-libraries=${X11BASE}/lib \ - --with-imlib-config=${X11BASE}/bin +CONFIGURE_ENV+= KDEDIR="${LOCALBASE}" +CONFIGURE_ARGS+= --with-imlib-config=${X11BASE}/bin + +post-patch: + @${PERL} -pi -e 's,-O2,,g' ${WRKSRC}/configure .if !defined(NOPORTDOCS) post-install: |