2011-06-18 01:00:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mythes
|
2014-06-30 01:09:11 +02:00
|
|
|
PORTVERSION= 1.2.4
|
2017-01-07 15:43:11 +01:00
|
|
|
PORTREVISION= 3
|
2011-06-18 01:00:15 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
|
2011-12-28 15:39:06 +01:00
|
|
|
DIST_SUBDIR= ${PORTNAME}
|
2011-06-18 01:00:15 +02:00
|
|
|
|
2011-07-22 07:30:11 +02:00
|
|
|
MAINTAINER= office@FreeBSD.org
|
2011-06-18 01:00:15 +02:00
|
|
|
COMMENT= Simple thesaurus library
|
|
|
|
|
2014-06-30 01:09:11 +02:00
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-06-18 01:00:15 +02:00
|
|
|
|
2017-01-07 15:43:11 +01:00
|
|
|
LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell
|
2014-06-30 01:09:11 +02:00
|
|
|
|
2016-11-26 11:34:45 +01:00
|
|
|
USES= libtool pathfix perl5 pkgconfig shebangfix
|
2011-06-18 01:00:15 +02:00
|
|
|
USE_LDCONFIG= yes
|
2016-11-26 11:34:45 +01:00
|
|
|
USE_PERL5= run
|
|
|
|
SHEBANG_FILES= th_gen_idx.pl
|
2011-06-18 01:00:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2016-11-26 11:34:45 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2011-06-18 01:00:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|