summaryrefslogtreecommitdiff
path: root/textproc/libunibreak/Makefile
blob: 1c22d77167e531c25b00084d41f2ded183748e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libunibreak
PORTVERSION=	5.1
PORTEPOCH=	1
CATEGORIES=	textproc
MASTER_SITES=	https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Implementation of the line and word breaking algorithm for Unicode
WWW=		https://vimgadgets.sourceforge.net/libunibreak/

LICENSE=	ZLIB
LICENSE_FILE=	${WRKSRC}/LICENCE

USES=		libtool pathfix
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes
MAKE_ARGS=	LN_S="${INSTALL_DATA}"

.include <bsd.port.mk>