mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
84e5bc1d06
- Fix shebang for perl script - Strip binary - add license - convert to USES=libtool
25 lines
491 B
Makefile
25 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mythes
|
|
PORTVERSION= 1.2.4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/hunspell/MyThes/${PORTVERSION}/
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
COMMENT= Simple thesaurus library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell
|
|
|
|
USES= libtool pathfix pkgconfig shebangfix
|
|
SHEBANG_FILES= th_gen_idx.pl
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|