aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma5/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-10-16 07:41:55 +0000
commit40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch)
treed70bbf882801af3a4e58dde3ed6a1da1849479d4 /devel/oniguruma5/Makefile
parenta9f801a2186fcb89f70f7dcb211c6d4922c0e3af (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Notes
Notes: svn path=/head/; revision=145533 svn path=/tags/RELEASE_6_0_0/; revision=145534; tag=release/6.0.0
Diffstat (limited to 'devel/oniguruma5/Makefile')
-rw-r--r--devel/oniguruma5/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile
deleted file mode 100644
index ffeb1897fcc3..000000000000
--- a/devel/oniguruma5/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: Oniguruma
-# Date created: 31 January 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= oniguruma
-PORTVERSION= 2.3.1
-CATEGORIES= devel
-MASTER_SITES= http://www.geocities.jp/kosako1/oniguruma/archive/ \
- ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd${PORTVERSION:S/./_/g}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A BSDL Regular Expressions library compatible with POSIX/GNU/Perl
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-GNU_CONFIGURE= yes
-#INSTALLS_SHLIB= yes
-
-DOCS= HISTORY README doc/*
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}/
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>