edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
27 lines
589 B
Makefile
27 lines
589 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/freepwing/ \
|
|
ftp://ftp.sra.co.jp/pub/misc/freepwing/freepwing/beta/
|
|
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>
|