1995-04-05 10:53:47 +02:00
|
|
|
# New ports collection makefile for: gawk+mb
|
|
|
|
# Date created: 5 April 1995
|
1995-04-07 07:48:11 +02:00
|
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
1995-04-05 10:53:47 +02:00
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1995-04-05 10:53:47 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= gawk
|
2001-07-23 05:55:05 +02:00
|
|
|
PORTVERSION= 3.0.6
|
1999-09-08 15:32:25 +02:00
|
|
|
CATEGORIES= japanese lang
|
1996-11-18 11:25:35 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2001-03-06 18:21:39 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1995-04-05 10:53:47 +02:00
|
|
|
|
2001-07-23 05:55:05 +02:00
|
|
|
PATCH_SITES= http://www.hinadori.dyn.to/~wills/program/
|
|
|
|
PATCHFILES= ${PORTNAME}mb115.diff.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= GNU awk + multi-byte extension
|
1995-04-05 10:53:47 +02:00
|
|
|
|
1999-09-07 04:35:46 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-07-23 05:55:05 +02:00
|
|
|
CONFIGURE_ARGS= --enable-bitops --enable-non-decimal-data
|
1995-05-09 00:51:35 +02:00
|
|
|
|
1999-09-08 15:32:25 +02:00
|
|
|
MAN1= gawk.1 igawk.1
|
|
|
|
|
2001-07-23 05:55:05 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
|
1999-09-07 04:35:46 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-07-23 05:55:05 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/OREADME.MB ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README.MB ${DOCSDIR}
|
1995-05-29 10:39:34 +02:00
|
|
|
.endif
|
1995-05-09 00:51:35 +02:00
|
|
|
|
1995-04-05 10:53:47 +02:00
|
|
|
.include <bsd.port.mk>
|