2002-06-23 07:21:55 +00:00
|
|
|
# New ports collection makefile for: kbear
|
2002-10-22 13:28:29 +00:00
|
|
|
# Date created: Wed May 29 18:10:01 PDT 2002
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
2002-06-23 07:21:55 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= kbear
|
2003-07-18 11:38:51 +00:00
|
|
|
PORTVERSION= 3.0.a.1
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 11
|
2002-06-23 07:21:55 +00:00
|
|
|
CATEGORIES= ftp kde
|
2009-08-22 00:20:34 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.0alpha1
|
2003-07-18 11:38:51 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}-1.src
|
2002-06-23 07:21:55 +00:00
|
|
|
|
2004-08-19 11:49:41 +00:00
|
|
|
PATCH_SITES= http://www.brueffer.de/distfiles/
|
|
|
|
PATCHFILES= ${DISTNAME:S/.src/-patch/}.gz
|
|
|
|
|
2011-07-05 02:51:42 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-24 07:24:05 +00:00
|
|
|
COMMENT= A graphical FTP client for KDE
|
2002-06-23 07:21:55 +00:00
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= libtool
|
2011-09-23 22:26:39 +00:00
|
|
|
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
|
|
|
|
LDFLAGS+= ${PTHREAD_LIBS}
|
2002-06-23 07:21:55 +00:00
|
|
|
|
2003-08-19 14:27:48 +00:00
|
|
|
post-patch:
|
2004-08-19 11:49:41 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
2004-06-06 01:27:57 +00:00
|
|
|
${WRKSRC}/configure
|
2003-08-19 14:27:48 +00:00
|
|
|
|
2004-06-06 01:27:57 +00:00
|
|
|
.include <bsd.port.mk>
|