mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
|
|
PORTNAME= freepwing
|
|
PORTVERSION= 1.4.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese textproc
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/old/1.4/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Free JIS X 4081 (subset of EPWING V1) Formatter
|
|
|
|
RUN_DEPENDS= gmake:devel/gmake
|
|
|
|
USES= gmake perl5
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|