freebsd-ports/textproc/libunibreak/Makefile
Dmitry Marakasov b41b8fc38b - Add LICENSE
- Strip libraries
- Pet portlint
- Regenerate patches with `make makepatch`
2015-09-25 15:18:05 +00:00

22 lines
476 B
Makefile

# Created by: Yuri Pankov <yuri.pankov@gmail.com>
# $FreeBSD$
PORTNAME= libunibreak
PORTVERSION= 1.1
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= textproc
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the line and word breaking algorithm for Unicode
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
.include <bsd.port.mk>