freebsd-ports/japanese/grep/Makefile

28 lines
558 B
Makefile
Raw Normal View History

# New ports collection makefile for: grep+mb
# Version required: 2.0+mb1.04
# Date created: 2 April 1995
1995-04-07 01:48:11 -04:00
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
1999-08-25 01:28:01 -04:00
# $FreeBSD$
#
DISTNAME= grep-2.0
PKGNAME= ja-grep-2.0
1998-04-30 14:40:05 -04:00
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= grep
MAINTAINER= ports@FreeBSD.ORG
GNU_CONFIGURE= yes
PATCH_STRIP= -p1
MAN1= grep.1
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja-grep
${INSTALL_DATA} ${WRKSRC}/README.MB ${PREFIX}/share/doc/ja-grep
.endif
.include <bsd.port.mk>