freebsd-ports/japanese/hex/Makefile
Masafumi Max NAKANE 34ed9c8f18 New port, hexadecimal dump tool with support for Japanese character sets.
Reviewed by:	max
Submitted by:	IMAMURA Tomoaki <tomoak-i@is.aist-nara.ac.jp>
1996-11-18 05:27:32 +00:00

29 lines
604 B
Makefile

# New ports collection makefile for: hex103
# Version required: 1.03
# Date created: Nov 5, 1996
# Whom: IMAMURA Tomoaki (tomoak-i@is.aist-nara.ac.jp)
#
# $Id$
#
DISTNAME= hex103
PKGNAME= jp-hex-1.03
CATEGORIES= japanese
MASTER_SITES= http://www.is.s.u-tokyo.ac.jp/~nayuta/pub/
EXTRACT_SUFX= .tgz
MAINTAINER= tomoak-i@is.aist-nara.ac.jp
NO_INSTALL_MANPAGES= yes
USE_IMAKE= yes
PREFIX?= ${LOCALBASE}
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/jp-hex
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jp-hex
.endif
.include <bsd.port.mk>