Changeset View
Changeset View
Standalone View
Standalone View
devel/oniguruma/Makefile
| Show All 9 Lines | DISTFILES= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX}:onig \ | ||||
| ruby187p248-oniguruma.patch:ruby | ruby187p248-oniguruma.patch:ruby | ||||
| DIST_SUBDIR= ruby | DIST_SUBDIR= ruby | ||||
| EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX} | EXTRACT_ONLY= onigd${PORTVERSION:S/./_/g}${EXTRACT_SUFX} | ||||
| MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
| COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl | COMMENT= BSDL Regular Expressions library compatible with POSIX/GNU/Perl | ||||
| WRKSRC= ${WRKDIR}/${PORTNAME} | WRKSRC= ${WRKDIR}/${PORTNAME} | ||||
| NO_LATEST_LINK= yes | |||||
| CONFLICTS_INSTALL= oniguruma-4.* | CONFLICTS_INSTALL= oniguruma-4.* | ||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| DOCS= HISTORY README doc/* | DOCS= HISTORY README doc/* | ||||
| OPTIONS_DEFINE= DOCS EXAMPLES | OPTIONS_DEFINE= DOCS EXAMPLES | ||||
| post-patch: | post-patch: | ||||
| ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby187p248-oniguruma.patch \ | ${CP} ${DISTDIR}/${DIST_SUBDIR}/ruby187p248-oniguruma.patch \ | ||||
| ${WRKSRC}/ruby187.patch | ${WRKSRC}/ruby187.patch | ||||
| Show All 15 Lines | |||||