diff options
author | crees <crees@FreeBSD.org> | 2011-08-17 00:23:33 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-17 00:23:33 +0800 |
commit | f18301db307bc39383efbb9719ccc5fc5ad20ea9 (patch) | |
tree | 73b92d10b24a875b6f7060117430910875852c52 /news | |
parent | a4b5d3f4caefbfbc3e4d240e397833b5d71670cd (diff) | |
download | freebsd-ports-gnome-f18301db307bc39383efbb9719ccc5fc5ad20ea9.tar.gz freebsd-ports-gnome-f18301db307bc39383efbb9719ccc5fc5ad20ea9.tar.zst freebsd-ports-gnome-f18301db307bc39383efbb9719ccc5fc5ad20ea9.zip |
- Return maintainership to submitter
- While here, fix whitespace after variables
PR: ports/159816
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Diffstat (limited to 'news')
-rw-r--r-- | news/klibido/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 6dba81ff675a..93a4f55cd8f2 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -5,27 +5,27 @@ # $FreeBSD$ # -PORTNAME= klibido -PORTVERSION= 0.2.5 +PORTNAME= klibido +PORTVERSION= 0.2.5 PORTREVISION= 8 -CATEGORIES= news -MASTER_SITES= SF +CATEGORIES= news +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org -COMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries +MAINTAINER= conrads@cox.net +COMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries -LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ - db-4.4:${PORTSDIR}/databases/db44 +LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \ + db-4.4:${PORTSDIR}/databases/db44 -USE_KDELIBS_VER= 3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -INSTALLS_ICONS= yes -USE_GETTEXT= yes +USE_KDELIBS_VER=3 +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +INSTALLS_ICONS= yes +USE_GETTEXT= yes -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}" \ - CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db44" \ - LDFLAGS="-L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}" +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}" \ + CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db44" \ + LDFLAGS="-L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}" post-install: .if defined(NOPORTDOCS) |