1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/textproc/mythes/Makefile
Baptiste Daroussin 6f11bd8f9e MyThes is a simple thesaurus that uses a structured text data file and an index
file with binary search to lookup words and phrases and return information on
part of speech, meanings, and synonyms

WWW:	http://hunspell.sourceforge.net
2011-06-17 23:00:15 +00:00

26 lines
575 B
Makefile

# New ports collection makefile for: mythes
# Date created: 2011-06-18
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 1.2.1
CATEGORIES= textproc
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Simple thesaurus library
LIB_DEPENDS= hunspell-1.2.0:${PORTSDIR}/hungarian/hunspell
USE_GNOME= gnomehack
USE_LDCONFIG= yes
CONFIGURE_ENV= HUNSPELL_CFLAGS=-I${LOCALBASE}/include/hunspell \
HUNSPELL_LIBS="-L${LOCALBASE}/lib -lhunspell-1.2"
GNU_CONFIGURE= yes
.include <bsd.port.mk>