5d1207f2cc
- 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)
24 lines
487 B
Makefile
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>
|