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-01-31 16:09:51 +01:00
|
|
|
PORTVERSION= 0.9
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 2
|
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
|
2003-01-01 16:06:38 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-05-22 00:23:08 +02:00
|
|
|
USE_REINPLACE= yes
|
2003-01-01 16:06:38 +01:00
|
|
|
|
2004-05-22 00:23:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|