diff options
author | seb <seb@pkgsrc.org> | 2002-05-31 13:00:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-05-31 13:00:40 +0000 |
commit | bc9506efc93e4cdeb1be13211eb94b51ad18e970 (patch) | |
tree | 2e1ed743f7b1c717ecf6062218222b1e995d4464 /textproc/ja-groff/Makefile | |
parent | c55cbded7e4e7294d5ba1ed184792134f171612b (diff) | |
download | pkgsrc-bc9506efc93e4cdeb1be13211eb94b51ad18e970.tar.gz |
Reimport of package ja-groff from japanese/groff into textproc/ja-groff.
This is part of the japanese category retirement.
CATEGORIES adjusted.
Diffstat (limited to 'textproc/ja-groff/Makefile')
-rw-r--r-- | textproc/ja-groff/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/ja-groff/Makefile b/textproc/ja-groff/Makefile new file mode 100644 index 00000000000..57a46c0c86d --- /dev/null +++ b/textproc/ja-groff/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:00:40 seb Exp $ +# FreeBSD Id: Makefile,v 1.15 1999/01/27 07:41:16 fenner Exp $ + +DISTNAME= groff-1.10 +PKGNAME= ja-groff-0.99 +CATEGORIES= japanese textproc +MASTER_SITES= ${MASTER_SITE_GNU:=groff/} + +PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ + ftp://ftp.tohoku.ac.jp/pub/GNU/japanese/ +PATCHFILES= jgroff-0.99.diff.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= sakamoto@netbsd.org +HOMEPAGE= http://www.gnu.org/software/groff/groff.html +COMMENT= Japanese enhancement of GNU groff + +USE_GMAKE= yes +GNU_CONFIGURE= yes +#CONFIGURE_ENV+= CXXFLAGS="-fno-rtti -fno-exceptions -O" + +.include "../../mk/bsd.pkg.mk" |