mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
11a022b473
Change the location of doc file as the PKGNAME changed.
29 lines
650 B
Makefile
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>
|