aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/aiksaurus-gtk/Makefile
blob: 0ab81146a97ce99ad11abaea97be23f906c1d16d (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
25
26
27
# New ports collection makefile for:    aiksaurus-gtk
# Date created:             23 July 2004
# Whom:                 Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#

PORTREVISION=   0
CATEGORIES= textproc deskutils
PKGNAMESUFFIX=  -gtk

COMMENT=    A GTK+2 front-end for Aiksaurus, a thesaurus

LIB_DEPENDS=    Aiksaurus-1.2.0:${PORTSDIR}/textproc/aiksaurus

MASTERDIR=  ${.CURDIR}/../aiksaurus
PKGDIR=     ${.CURDIR}

USE_GNOME=  gnomehack gtk20
USE_REINPLACE=  yes
CONFIGURE_ARGS=--with-gtk

pre-install:
    @${REINPLACE_CMD} -e 's|base [$$][(]GTKSRCDIR[)] data|$$(GTKSRCDIR)|g' \
        ${WRKSRC}/Makefile

.include "${MASTERDIR}/Makefile"