1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/deskutils/knowit/Makefile
Rong-En Fan 80b737b5b6 - Define USE_GETTEXT, bump PORTREVISION
PR:		ports/101586
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-15 08:27:47 +00:00

35 lines
748 B
Makefile

# ex:ts=8
#
# New ports collection makefile for: knowit
# Date created: 2002/12/08
# Whom: Alan Eldridge <ports@geeksrus.net>
#
# $FreeBSD$
#
PORTNAME= knowit
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= http://knowit.sourceforge.net/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A note manager with tree organization that uses RTF for storage
USE_BZIP2= yes
USE_GETTEXT= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
AUTOMAKE="${TRUE}"
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
QTCFGLIBS+= ${PTHREAD_LIBS}
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g ; \
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
.include <bsd.port.mk>