aboutsummaryrefslogtreecommitdiff
path: root/deskutils/ithought/Makefile
blob: f5fded684713a74e87166c2b1dc5b54806bff183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: nbm
# $FreeBSD$

PORTNAME=	ithought
PORTVERSION=	a5
PORTREVISION=	8
CATEGORIES=	deskutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-alpha

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extensible text management system

USES=		libtool
USE_GNOME=	gtk12 libxml2
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--datadir=${PREFIX}/libexec

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ithought/module_actions/*.so

.include <bsd.port.mk>