summaryrefslogtreecommitdiff
path: root/devel/oniguruma5/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-12-19 21:12:36 +0000
commit616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch)
treeeca5ff8ef89030731d682a14daebcc8cbd2245ac /devel/oniguruma5/Makefile
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes: svn path=/head/; revision=224474 svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'devel/oniguruma5/Makefile')
-rw-r--r--devel/oniguruma5/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
deleted file mode 100644
index 9d565cf7934c..000000000000
--- a/devel/oniguruma5/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: oniguruma4
-# Date created: 31 January 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= oniguruma
-PORTVERSION= 4.7.1
-CATEGORIES= devel textproc
-MASTER_SITES= http://www.geocities.jp/kosako3/oniguruma/archive/
-DISTNAME= onig-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= dinoex@FreeBSD.org
-COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
-
-CONFLICTS= oniguruma-2.*
-USE_GNOME= gnometarget
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-DOCS= HISTORY README doc/*
-
-post-patch:
- ${REINPLACE_CMD} -e 's|echo aout|echo elf|' \
- ${WRKSRC}/configure
-
-post-configure:
- ${SED} -e 's|%%PREFIX%%|${PREFIX}|' \
- ${FILESDIR}/onig-config > ${WRKSRC}/onig-config
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/onig-config ${PREFIX}/bin/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/*.c ${WRKSRC}/sample/Makefile* \
- ${EXAMPLESDIR}/
-.endif
-
-.include <bsd.port.mk>