aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/ithought/Makefile
blob: 567bb0664365e708ef8ed5440535e1f28608e7ac (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
# 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

DEPRECATED= Uses obsolete glib12
EXPIRATION_DATE=    2018-12-20

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>