mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# Created by: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freepwing
|
|
PORTVERSION= 1.4.4
|
|
PORTREVISION= 1
|
|
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:${PORTSDIR}/devel/gmake
|
|
|
|
USES= perl5
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|