diff options
author | takawata <takawata@FreeBSD.org> | 2001-02-21 17:11:55 +0000 |
---|---|---|
committer | takawata <takawata@FreeBSD.org> | 2001-02-21 17:11:55 +0000 |
commit | e37560a919bbb2e0417e15e7409720f5da41f901 (patch) | |
tree | b4fa560236857e1e3ea174410647f4bf7544d048 /japanese/monafonts/Makefile | |
parent | 3f2d067a47deab049838b63861ddf55fd2398d4b (diff) | |
download | FreeBSD-ports-e37560a919bbb2e0417e15e7409720f5da41f901.zip FreeBSD-ports-e37560a919bbb2e0417e15e7409720f5da41f901.tar.gz |
Move monafonts to Japanese directory.
Submitted by:MAINTAINER
Diffstat (limited to 'japanese/monafonts/Makefile')
-rw-r--r-- | japanese/monafonts/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/japanese/monafonts/Makefile b/japanese/monafonts/Makefile new file mode 100644 index 0000000..036b15a --- /dev/null +++ b/japanese/monafonts/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: monafonts +# Date created: 14 February 2001 +# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> +# +# $FreeBSD$ +# + +PORTNAME= monafonts +PORTVERSION?= 20010213 +CATEGORIES= japanese x11-fonts +MASTER_SITES= http://members.tripod.co.jp/s42335/mona/ +DISTNAME= mona-${PORTVERSION} + +MAINTAINER= nobutaka@nobutaka.com + +FONTSDIR= lib/X11/fonts/local +USE_X_PREFIX= yes +USE_GMAKE= yes +ALL_TARGET= fonts +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 4 +BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients +RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients +.endif + +PLIST_SUB= FONTSDIR=${FONTSDIR} + + +pre-install: + @${SETENV} PKG_PREFIX=${PREFIX} \ + ${SH} ${PKGREQ} ${PKGNAME} INSTALL + +.include <bsd.port.post.mk> |