2003-01-01 16:06:38 +01:00
|
|
|
# ex:ts=8
|
|
|
|
#
|
|
|
|
# New ports collection makefile for: knowit
|
|
|
|
# Date created: 2002/12/08
|
|
|
|
# Whom: Alan Eldridge <ports@geeksrus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= knowit
|
2004-06-27 20:03:47 +02:00
|
|
|
PORTVERSION= 0.10
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-01 16:06:38 +01:00
|
|
|
CATEGORIES= deskutils
|
2003-01-11 06:32:40 +01:00
|
|
|
MASTER_SITES= http://knowit.sourceforge.net/files/
|
2003-01-01 16:06:38 +01:00
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A note manager with tree organization that uses RTF for storage
|
2003-01-01 16:06:38 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2003-12-04 11:05:05 +01:00
|
|
|
USE_KDELIBS_VER= 3
|
2004-06-27 20:03:47 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-01-01 16:06:38 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-06-27 20:03:47 +02:00
|
|
|
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
|
|
|
AUTOMAKE="${TRUE}"
|
|
|
|
|
|
|
|
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
|
|
|
QTCFGLIBS+= ${PTHREAD_LIBS}
|
2003-01-01 16:06:38 +01:00
|
|
|
|
2004-05-22 00:23:08 +02:00
|
|
|
post-patch:
|
2004-06-27 20:03:47 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g ; \
|
|
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2004-05-22 00:23:08 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|