Lines 2-22
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= libunibreak |
4 |
PORTNAME= libunibreak |
5 |
PORTVERSION= 1.1 |
5 |
PORTVERSION= 4.0 |
6 |
PORTREVISION= 3 |
|
|
7 |
PORTEPOCH= 1 |
8 |
CATEGORIES= textproc |
6 |
CATEGORIES= textproc |
9 |
MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} |
|
|
10 |
|
7 |
|
11 |
MAINTAINER= ports@FreeBSD.org |
8 |
MAINTAINER= ndowens@yahoo.com |
12 |
COMMENT= Implementation of the line and word breaking algorithm for Unicode |
9 |
COMMENT= Implementation of the line and word breaking algorithm for Unicode |
13 |
|
10 |
|
14 |
LICENSE= ZLIB |
11 |
LICENSE= ZLIB |
15 |
LICENSE_FILE= ${WRKSRC}/LICENCE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENCE |
16 |
|
13 |
|
17 |
USES= libtool pathfix |
14 |
USES= autoreconf libtool pathfix |
18 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
19 |
INSTALL_TARGET= install-strip |
16 |
INSTALL_TARGET= install-strip |
20 |
USE_LDCONFIG= yes |
17 |
USE_LDCONFIG= yes |
21 |
|
18 |
|
|
|
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= adah1972 |
21 |
GH_TAGNAME= 23aa741 |
22 |
|
23 |
post-configure: |
24 |
cd ${WRKSRC}/src && ${PATCH} -p1 < ${FILESDIR}/patch_src_Makefile |
25 |
|
22 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.mk> |