2003-08-03 22:47:26 +02:00
|
|
|
# New ports collection makefile for: kluje
|
|
|
|
# Date created: 27 July 2003
|
|
|
|
# Whom: Jesse McConnell <jesse@gallup.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kluje
|
2007-03-06 20:07:02 +01:00
|
|
|
PORTVERSION= 0.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 6
|
2003-08-03 22:47:26 +02:00
|
|
|
CATEGORIES= deskutils kde
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2003-08-03 22:47:26 +02:00
|
|
|
|
2004-02-12 00:42:18 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-12-23 11:08:52 +01:00
|
|
|
COMMENT= A KDE client for the popular online journal site LiveJournal
|
2003-08-03 22:47:26 +02:00
|
|
|
|
|
|
|
USE_KDELIBS_VER= 3
|
2007-03-06 20:07:02 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2004-02-27 13:54:51 +01:00
|
|
|
|
|
|
|
post-patch:
|
2007-03-06 20:07:02 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g ; \
|
|
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
2003-08-03 22:47:26 +02:00
|
|
|
|
2004-12-04 03:02:14 +01:00
|
|
|
.include <bsd.port.mk>
|