blob: bcb37781f5fa7f48764abd0a5d9314e63381e330 (
plain) (
tree)
|
|
# New ports collection makefile for: ithought
# Date created: 20 Feb 2001
# Whom: nbm
#
# $FreeBSD$
#
PORTNAME= ithought
PORTVERSION= a5
PORTREVISION= 1
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>
|