mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
34 lines
737 B
Makefile
34 lines
737 B
Makefile
# New ports collection makefile for: gawk+mb
|
|
# Date created: 5 April 1995
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gawk
|
|
PORTVERSION= 3.0.4
|
|
CATEGORIES= japanese lang
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= gawk
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
PATCH_SITES= http://member.nifty.ne.jp/wills/program/
|
|
PATCHFILES= gawkmb112.diff.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
MAN1= gawk.1 igawk.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/ja/awk
|
|
${INSTALL_DATA} ${WRKSRC}/OREADME.MB ${PREFIX}/share/doc/ja/awk
|
|
${INSTALL_DATA} ${WRKSRC}/README.MB ${PREFIX}/share/doc/ja/awk
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|