1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/ftp/kbear/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

35 lines
861 B
Makefile

# New ports collection makefile for: kbear
# Date created: Wed May 29 18:10:01 PDT 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= kbear
PORTVERSION= 3.0.a.1
PORTREVISION= 11
CATEGORIES= ftp kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.0alpha1
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}-1.src
PATCH_SITES= http://www.brueffer.de/distfiles/
PATCHFILES= ${DISTNAME:S/.src/-patch/}.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical FTP client for KDE
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.a.1/alpha1b/}
USE_LDCONFIG= yes
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
LDFLAGS+= ${PTHREAD_LIBS}
post-patch:
@${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/configure
.include <bsd.port.mk>