1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/k10/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

26 lines
591 B
Makefile

# New ports collection makefile for: naga10
# Version required: 1.0
# Date created: 25 Feb 1998
# Whom: Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
#
# $Id: Makefile,v 1.2 1998/05/15 04:59:15 chuckr Exp $
#
DISTNAME= knj10-1.00
PKGNAME= ja-naga10-1.0
CATEGORIES= japanese x11
MASTER_SITES= http://gondow-www.cs.titech.ac.jp/~snagao/fonts/
MAINTAINER= usagi@clave.gr.jp
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/knj10-1.00
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/naga10
@${CP} ${WRKSRC}/README ${PREFIX}/share/doc/naga10/
.endif
.include <bsd.port.mk>