freebsd-ports/japanese/hex/Makefile
Masafumi Max NAKANE 11a022b473 Use ISO639 name instead of ISO3166 name for PKGNAME.
Change the location of doc file as the PKGNAME changed.
1997-09-14 23:07:40 +00:00

29 lines
650 B
Makefile

# New ports collection makefile for: hex
# Version required: 1.03
# Date created: Nov 5, 1996
# Whom: IMAMURA Tomoaki (tomoak-i@is.aist-nara.ac.jp)
#
# $Id: Makefile,v 1.1.1.1 1996/11/18 05:27:29 max Exp $
#
DISTNAME= hex103
PKGNAME= ja-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/ja-hex
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ja-hex
.endif
.include <bsd.port.mk>