1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/grep/Makefile
Steve Price db2e1b2d39 * Modified patches to support CFLAGS/PREFIX properly
PR:		15242
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-23 16:28:55 +00:00

33 lines
714 B
Makefile

# New ports collection makefile for: grep+mb
# Version required: 2.0+mb1.04
# Date created: 2 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
DISTNAME= grep-2.0
PKGNAME= ja-grep-2.0
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= grep
PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1994/jun/ \
ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/
PATCHFILES= grep-2.0-mb1.04.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
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>