26 lines
577 B
Makefile
26 lines
577 B
Makefile
|
# New ports collection makefile for: jp-groff
|
||
|
# Version required: 1.09+0.98
|
||
|
# Date created: 14 April 1995
|
||
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= groff-1.09
|
||
|
PKGNAME= jp-groff-0.98
|
||
|
CATEGORIES= japanese printing
|
||
|
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
|
||
|
|
||
|
MAINTAINER= asami@FreeBSD.ORG
|
||
|
|
||
|
PATCH_SITES= ftp://ftp.iij.ad.jp/pub/NetNews/fj.sources/volume95/Apr/
|
||
|
PATCHFILES= jgroff-0.98.diff.gz
|
||
|
DISTPATCHES= 950414.01.Z 950414.02.Z
|
||
|
PATCH_DIST_STRIP= -p1
|
||
|
|
||
|
USE_GMAKE= yes
|
||
|
HAS_CONFIGURE= yes
|
||
|
CONFIGURE_ARGS= --prefix=/usr/local
|
||
|
|
||
|
.include <bsd.port.mk>
|