freebsd-ports/textproc/aiksaurus-gtk/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 6
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"