mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
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. :)
33 lines
786 B
Makefile
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>
|