2000-01-27 14:06:42 +01:00
|
|
|
# New ports collection makefile for: FreePWING
|
|
|
|
# Date created: 00/01/24
|
|
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= freepwing
|
2002-09-15 07:25:22 +02:00
|
|
|
PORTVERSION= 1.4.3
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2000-01-27 14:14:57 +01:00
|
|
|
CATEGORIES= japanese textproc
|
2000-04-25 15:03:23 +02:00
|
|
|
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ \
|
|
|
|
ftp://ftp.sra.co.jp/pub/misc/freepwing/old/
|
2002-09-09 10:32:53 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2000-01-27 14:06:42 +01:00
|
|
|
|
2004-12-23 10:32:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Free JIS X 4081 (subset of EPWING V1) Formatter
|
2000-01-27 14:06:42 +01:00
|
|
|
|
2000-01-27 17:52:30 +01:00
|
|
|
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
|
|
|
|
|
2000-01-27 14:06:42 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
|
2000-01-27 17:52:30 +01:00
|
|
|
USE_GMAKE= yes
|
2000-01-27 17:20:23 +01:00
|
|
|
USE_PERL5= yes
|
2000-01-27 14:06:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|