freebsd-ports/textproc/aiksaurus-gtk/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
572 B
Makefile

# New ports collection makefile for: aiksaurus-gtk
# Date created: 23 July 2004
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 7
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
CONFIGURE_ARGS=--with-gtk
pre-install:
@${REINPLACE_CMD} -e 's|base [$$][(]GTKSRCDIR[)] data|$$(GTKSRCDIR)|g' \
${WRKSRC}/Makefile
.include "${MASTERDIR}/Makefile"