freebsd-ports/deskutils/kluje/Makefile

26 lines
554 B
Makefile
Raw Normal View History

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