blob: 717e6cd6d2d99ed44afe01bd5d4a561e2463ba7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: nbm
# $FreeBSD$
PORTNAME= ithought
PORTVERSION= a5
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha
MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible text management system
USE_GNOME= gtk12 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/libexec
NO_STAGE= yes
.include <bsd.port.mk>
|