freebsd-ports/textproc/mythes/Makefile
Sunpoet Po-Chuan Hsieh 5d1207f2cc - Update to 1.2.2
- Set DIST_SUBDIR: move dist files to DISTDIR/mythes

Changes:

2011-12-21:
- Fix some coverity warnings

2011-02-15:
- Crash in es thesaurus (rhbz#675806)
2011-12-28 14:39:06 +00:00

24 lines
487 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.2
CATEGORIES= textproc
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= office@FreeBSD.org
COMMENT= Simple thesaurus library
LIB_DEPENDS= hunspell-1.3.0:${PORTSDIR}/textproc/hunspell
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>