1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/hebrew/hspell/Makefile
Carlos J. Puga Medina f39fa1046f hebrew/hspell: update to 1.4
- Update to 1.4
- Remove LOCAL/makc from MASTER_SITES
- Add LICENSE and LICENSE_FILE
- Sort USES
- Add LD_CONFIG
- Drop SUB_LIST
- Update WWW in pkg-descr

Changes: http://hspell.ivrix.org.il/WHATSNEW

PR:		220517
Approved by:	onatan@gmail.com (maintainer timeout, 2 weeks)
2017-07-20 08:59:52 +00:00

30 lines
581 B
Makefile

# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
PORTNAME= hspell
PORTVERSION= 1.4
CATEGORIES= hebrew
MASTER_SITES= http://hspell.ivrix.org.il/
MAINTAINER= onatan@gmail.com
COMMENT= Hebrew spellchecker and morphology engine
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake perl5 shebangfix
SHEBANG_FILES= pmerge multispell
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
CONFIGURE_ARGS= --enable-fatverb \
--enable-shared
SUB_FILES= pkg-message
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so
.include <bsd.port.mk>