2003-01-31 13:03:50 +00:00
|
|
|
# New ports collection makefile for: Oniguruma
|
|
|
|
# Date created: 31 January 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oniguruma
|
2003-11-12 03:17:19 +00:00
|
|
|
PORTVERSION= 1.9.5
|
2003-11-20 05:11:20 +00:00
|
|
|
PORTREVISION= 1
|
2003-01-31 13:03:50 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBY}
|
|
|
|
MASTER_SITE_SUBDIR= contrib
|
2003-11-12 03:17:19 +00:00
|
|
|
DISTNAME= onigd20031112
|
2003-01-31 13:03:50 +00:00
|
|
|
DIST_SUBDIR= ruby
|
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
2003-02-18 05:52:56 +00:00
|
|
|
COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
|
2003-01-31 13:03:50 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKEFILE= BSDmakefile
|
|
|
|
MAKE_ARGS= NOPROFILE=true
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-02-12 10:42:36 +00:00
|
|
|
DOCS= HISTORY README doc/*
|
2003-02-04 09:39:50 +00:00
|
|
|
|
2003-01-31 13:03:50 +00:00
|
|
|
pre-build:
|
|
|
|
${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2003-02-04 09:39:50 +00:00
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
|
|
|
.endfor
|
2003-01-31 13:03:50 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|