1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/japanese/freepwing/Makefile
Akinori MUSHA b63c36f4de Fix MASTER_SITES.
Found by:	bento
2000-04-25 13:03:23 +00:00

27 lines
568 B
Makefile

# New ports collection makefile for: FreePWING
# Date created: 00/01/24
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= freepwing
PORTVERSION= ${VERSION:S/beta/.b/}
CATEGORIES= japanese textproc
MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/freepwing/ \
ftp://ftp.sra.co.jp/pub/misc/freepwing/old/
DISTNAME= ${PORTNAME}-${VERSION}
MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
VERSION= 1.2beta2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/doc
USE_GMAKE= yes
USE_PERL5= yes
.include <bsd.port.mk>