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