Lines 3-15
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= oniguruma |
4 |
PORTNAME= oniguruma |
5 |
PORTVERSION= 5.9.6 |
5 |
PORTVERSION= 5.9.6 |
|
|
6 |
DISTVERSIONPREFIX= v |
6 |
CATEGORIES= devel textproc |
7 |
CATEGORIES= devel textproc |
7 |
MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/ |
8 |
MASTER_SITES= GH |
8 |
PKGNAMESUFFIX= 5 |
9 |
PKGNAMESUFFIX= 5 |
9 |
DISTNAME= onig-${PORTVERSION} |
10 |
DISTNAME= onig-${PORTVERSION} |
10 |
DIST_SUBDIR= ruby |
11 |
DIST_SUBDIR= ruby |
11 |
|
12 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= rob@theseusnetworking.com |
13 |
COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl |
14 |
COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl |
14 |
|
15 |
|
15 |
LICENSE= BSD2CLAUSE |
16 |
LICENSE= BSD2CLAUSE |
Lines 19-25
Link Here
|
19 |
|
20 |
|
20 |
CONFLICTS= oniguruma-2.* |
21 |
CONFLICTS= oniguruma-2.* |
21 |
|
22 |
|
22 |
USES= libtool pathfix |
23 |
USE_GITHUB= yes |
|
|
24 |
GH_ACCOUNT= kkos |
25 |
|
26 |
USES= pathfix autoreconf libtool |
27 |
PATHFIX_MAKEFILEIN= Makefile.am |
23 |
GNU_CONFIGURE= yes |
28 |
GNU_CONFIGURE= yes |
24 |
INSTALL_TARGET= install-strip |
29 |
INSTALL_TARGET= install-strip |
25 |
USE_LDCONFIG= yes |
30 |
USE_LDCONFIG= yes |
Lines 29-35
Link Here
|
29 |
post-patch: |
34 |
post-patch: |
30 |
@${REINPLACE_CMD} -e \ |
35 |
@${REINPLACE_CMD} -e \ |
31 |
'/^INCLUDES/s|$$(includedir)|| ; \ |
36 |
'/^INCLUDES/s|$$(includedir)|| ; \ |
32 |
s|$$(<)|$$(@).in|' ${WRKSRC}/Makefile.in |
37 |
s|$$(<)|$$(@).in|' ${WRKSRC}/Makefile.am |
33 |
|
38 |
|
34 |
post-install: |
39 |
post-install: |
35 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
40 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |