aboutsummaryrefslogtreecommitdiff
path: root/japanese/grep/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 13:24:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-06 13:24:28 +0000
commita324be6d3f512f962bacaebf44cff1691a21ef8a (patch)
tree0011acd953977ec1359a575476cb00e93e8ceb3d /japanese/grep/Makefile
parent2a074ac39c74ac46470d8cf4c675a66b6266d59e (diff)
downloadports-a324be6d3f512f962bacaebf44cff1691a21ef8a.tar.gz
ports-a324be6d3f512f962bacaebf44cff1691a21ef8a.zip
Notes
Diffstat (limited to 'japanese/grep/Makefile')
-rw-r--r--japanese/grep/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/japanese/grep/Makefile b/japanese/grep/Makefile
deleted file mode 100644
index ca2b7b05b00a..000000000000
--- a/japanese/grep/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
-# $FreeBSD$
-
-PORTNAME= grep
-PORTVERSION= 2.4.2
-CATEGORIES= japanese textproc
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-PATCH_SITES= http://www.hinadori.atnifty.com/~wills/program/
-PATCHFILES= grep-2.4.2-mlb2.patch.gz
-PATCH_DIST_STRIP= -p1
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNU grep + multi-byte extension
-
-USE_AUTOTOOLS= autoconf213 aclocal14
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=j --disable-nls
-
-INFO= grep
-
-MAN1= jgrep.1
-MLINKS= jgrep.1 jegrep.1 \
- jgrep.1 jfgrep.1
-
-DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
-
-NO_STAGE= yes
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.MB ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.mlb ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>