freebsd-ports/japanese/chimera/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
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. :)
2000-04-11 14:15:53 +00:00

33 lines
786 B
Makefile

# New ports collection makefile for: chimera + kanji patch
# Date created: 26 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= chimera
PORTVERSION= 1.70p1
CATEGORIES= japanese www
MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/
DISTNAME= ${PORTNAME}-${PREV_VERSION}
PATCH_SITES= http://hasse.mathematik.tu-muenchen.de/%7Enikl/chimera-1.65p/ \
ftp://netbsd.tohoku.ac.jp/network/www/chimera/
PATCHFILES= ${PORTNAME}-${PREV_VERSION}-${PORTVERSION}.gz \
diff-${PORTVERSION}-jp-01
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
PREV_VERSION= ${PORTVERSION:S/p1/p0/}
FETCH_BEFORE_ARGS= -b
USE_IMAKE= yes
MAN1= chimera.1
pre-configure:
${CP} ${WRKSRC}/Common.tmpl.dist ${WRKSRC}/Common.tmpl
${CP} ${WRKSRC}/options.h.dist ${WRKSRC}/options.h
.include <bsd.port.mk>