1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/textproc/mythes/Makefile
Baptiste Daroussin 84e5bc1d06 Update to 1.2.4
- Fix shebang for perl script
- Strip binary
- add license
- convert to USES=libtool
2014-06-29 23:09:11 +00:00

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>