2001-02-20 15:46:27 +01:00
|
|
|
# New ports collection makefile for: ithought
|
|
|
|
# Date created: 20 Feb 2001
|
|
|
|
# Whom: nbm
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ithought
|
2002-05-08 21:33:59 +02:00
|
|
|
PORTVERSION= a5
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-02-20 15:46:27 +01:00
|
|
|
CATEGORIES= deskutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ithought
|
|
|
|
|
2002-08-04 20:05:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= An extensible text management system
|
2001-02-20 15:46:27 +01:00
|
|
|
|
2003-07-06 12:14:34 +02:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2001-02-20 15:46:27 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
|
|
|
|
|
2002-08-30 15:21:15 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-02-20 15:46:27 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|