2011-06-17 23:00:15 +00:00
|
|
|
# New ports collection makefile for: mythes
|
|
|
|
# Date created: 2011-06-18
|
|
|
|
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mythes
|
2011-12-28 14:39:06 +00:00
|
|
|
PORTVERSION= 1.2.2
|
2011-06-17 23:00:15 +00:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
|
2011-12-28 14:39:06 +00:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2011-06-17 23:00:15 +00:00
|
|
|
|
2011-07-22 05:30:11 +00:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-06-17 23:00:15 +00:00
|
|
|
COMMENT= Simple thesaurus library
|
|
|
|
|
2011-07-19 05:23:03 +00:00
|
|
|
LIB_DEPENDS= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell
|
2011-06-17 23:00:15 +00:00
|
|
|
|
2011-07-19 05:23:03 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2011-06-17 23:00:15 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|