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. :)
26 lines
572 B
Makefile
26 lines
572 B
Makefile
# Ports collection makefile for: Japanese Font Setup for math/ngraph
|
|
# Date created: 6 December 1999
|
|
# Whom: Yoshiro MIHIRA <sanpei@jp.FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ngraph-fonts
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= japanese math x11-fonts
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= sanpei@jp.FreeBSD.org
|
|
|
|
RUN_DEPENDS= \
|
|
${X11BASE}/lib/X11/fonts/local/kanji18.pcf.gz:${PORTSDIR}/japanese/kanji18 \
|
|
${X11BASE}/lib/X11/fonts/local/kanji26.pcf.gz:${PORTSDIR}/japanese/kanji26
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|