diff options
author | petef <petef@FreeBSD.org> | 2001-08-26 15:30:44 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-08-26 15:30:44 +0800 |
commit | 8c1401ffb38569ed709241ca08d78917c0a48c60 (patch) | |
tree | fc8126a6991d2951694619abdf6b38806e25612d /graphics/kuickshow/Makefile | |
parent | b704606c27b744f26b25db4b8b0b19968dfdbbef (diff) | |
download | freebsd-ports-gnome-8c1401ffb38569ed709241ca08d78917c0a48c60.tar.gz freebsd-ports-gnome-8c1401ffb38569ed709241ca08d78917c0a48c60.tar.zst freebsd-ports-gnome-8c1401ffb38569ed709241ca08d78917c0a48c60.zip |
- update to version 0.8.2
- fix MASTER_SITES and WWW: url
- add USE_IMLIB
- remove redundant CONFIGURE_{ARGS,ENV}
- sort pkg-plist
PR: 30086
Submitted by: maintainer
Diffstat (limited to 'graphics/kuickshow/Makefile')
-rw-r--r-- | graphics/kuickshow/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/graphics/kuickshow/Makefile b/graphics/kuickshow/Makefile index eab30d394f00..732fdb120259 100644 --- a/graphics/kuickshow/Makefile +++ b/graphics/kuickshow/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: |