summaryrefslogtreecommitdiff
path: root/deskutils/ithought/Makefile
blob: e1cb3c82c142bec45123d50bbd97a8e403d0e9fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for: ithought
# Date created:		20 Feb 2001
# Whom:			nbm
#
# $FreeBSD$
#

PORTNAME=	ithought
PORTVERSION=	a5
CATEGORIES=	deskutils
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ithought

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An extensible text management system

LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec

USE_GNOME=	gtk12

.include <bsd.port.mk>