opnsense-ports/hebrew/hspell/Makefile
Franco Fichtner 32e4a8f9f2 */*: sync with upstream
Taken from: HardenedBSD
2017-07-21 07:43:36 +02:00

29 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>