1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/deskutils/kluje/Makefile
Alexey Dokuchaev d26a0f8adb - Unbreak; remove BROKEN and DEPRECATED marks
- Reword COMMENT to make it sound better
2004-12-23 10:08:52 +00:00

28 lines
631 B
Makefile

# New ports collection makefile for: kluje
# Date created: 27 July 2003
# Whom: Jesse McConnell <jesse@gallup.com>
#
# $FreeBSD$
#
PORTNAME= kluje
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= deskutils kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A KDE client for the popular online journal site LiveJournal
USE_KDELIBS_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>