aboutsummaryrefslogtreecommitdiff
path: root/devel/oniguruma4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/oniguruma4/Makefile')
-rw-r--r--devel/oniguruma4/Makefile41
1 files changed, 0 insertions, 41 deletions
diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile
deleted file mode 100644
index a7701c2ff818..000000000000
--- a/devel/oniguruma4/Makefile
+++ /dev/null
@@ -1,41 +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= 1.9.5
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_RUBY}
-MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20031112
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-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/*
-
-pre-build:
- ${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}/
-
-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>