aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oniguruma/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-02-09 13:17:29 +0800
committerknu <knu@FreeBSD.org>2004-02-09 13:17:29 +0800
commit9c431cfadb2346d4a7739279531bffa6c13ff73d (patch)
treee856964de4457b3826aa1bc715776d76ee606572 /devel/oniguruma/Makefile
parent3f7ea91e41389269db11cfeac054764e2fba6882 (diff)
downloadfreebsd-ports-gnome-9c431cfadb2346d4a7739279531bffa6c13ff73d.tar.gz
freebsd-ports-gnome-9c431cfadb2346d4a7739279531bffa6c13ff73d.tar.zst
freebsd-ports-gnome-9c431cfadb2346d4a7739279531bffa6c13ff73d.zip
Update to 2.1.0. Support for several more encodings is added.
Do not build a shared library for now because it does not link.
Diffstat (limited to 'devel/oniguruma/Makefile')
-rw-r--r--devel/oniguruma/Makefile18
1 files changed, 3 insertions, 15 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 2611fa37e124..95c6eebc6f55 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -6,12 +6,11 @@
#
PORTNAME= oniguruma
-PORTVERSION= 1.9.5
-PORTREVISION= 1
+PORTVERSION= 2.1.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20031112
+DISTNAME= onigd20040202
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -19,21 +18,10 @@ COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
-MAKEFILE= BSDmakefile
-MAKE_ARGS= NOPROFILE=true
INSTALLS_SHLIB= yes
DOCS= HISTORY README doc/*
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 502000
-BROKEN= "Does not compile"
-.endif
-
-pre-build:
- ${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
-
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLESDIR}
@@ -44,4 +32,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>