1998-03-12 15:42:43 +00:00
|
|
|
# New ports collection makefile for: naga10
|
|
|
|
# Date created: 25 Feb 1998
|
2000-01-22 13:24:20 +00:00
|
|
|
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
|
1998-03-12 15:42:43 +00:00
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1998-03-12 15:42:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 14:15:53 +00:00
|
|
|
PORTNAME= naga10
|
|
|
|
PORTVERSION= 1.1
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
PORTREVISION= 4
|
1998-08-07 22:43:13 +00:00
|
|
|
CATEGORIES= japanese x11-fonts
|
2000-01-22 13:24:20 +00:00
|
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA013391/fonts/
|
2000-04-11 14:15:53 +00:00
|
|
|
DISTNAME= knj10-${PORTVERSION}
|
1998-03-12 15:42:43 +00:00
|
|
|
|
2006-06-14 06:56:48 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= X11 10-dot kanji font 'naga10 font'
|
1998-03-12 15:42:43 +00:00
|
|
|
|
2005-02-19 19:36:32 +00:00
|
|
|
BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fonts/mkbold-mkitalic \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
|
|
|
|
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
|
|
|
|
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
|
1998-03-12 15:42:43 +00:00
|
|
|
|
2000-09-12 11:08:05 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1998-11-20 20:24:53 +00:00
|
|
|
FONTSDIR= lib/X11/fonts/local
|
|
|
|
MAKE_ENV= FONTSDIR=${FONTSDIR}
|
|
|
|
PLIST_SUB= FONTSDIR=${FONTSDIR}
|
|
|
|
|
2002-01-20 23:14:24 +00:00
|
|
|
post-extract:
|
|
|
|
${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
|
|
|
|
|
1998-11-20 20:24:53 +00:00
|
|
|
pre-install:
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
2000-10-08 10:23:48 +00:00
|
|
|
${SH} ${PKGREQ} ${PKGNAME} INSTALL
|
1998-11-20 20:24:53 +00:00
|
|
|
|
1998-03-12 15:42:43 +00:00
|
|
|
post-install:
|
1998-11-20 20:24:53 +00:00
|
|
|
@(cd ${PREFIX}/${FONTSDIR} ; mkfontdir)
|
1998-03-12 15:42:43 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/naga10
|
|
|
|
@${CP} ${WRKSRC}/README ${PREFIX}/share/doc/naga10/
|
|
|
|
.endif
|
|
|
|
|
2000-09-12 11:08:05 +00:00
|
|
|
.include <bsd.port.post.mk>
|