b41b8fc38b
- Strip libraries - Pet portlint - Regenerate patches with `make makepatch`
22 lines
476 B
Makefile
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>
|