mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
41 lines
917 B
Makefile
41 lines
917 B
Makefile
# New ports collection makefile for: naga10
|
|
# Date created: 25 Feb 1998
|
|
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= naga10
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= japanese x11-fonts
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA013391/fonts/
|
|
DISTNAME= knj10-${PORTVERSION}
|
|
|
|
MAINTAINER= usagi@clave.gr.jp
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.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
|
|
|
|
FONTSDIR= lib/X11/fonts/local
|
|
MAKE_ENV= FONTSDIR=${FONTSDIR}
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
pre-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
|
|
|
post-install:
|
|
@(cd ${PREFIX}/${FONTSDIR} ; mkfontdir)
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/naga10
|
|
@${CP} ${WRKSRC}/README ${PREFIX}/share/doc/naga10/
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|