mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# New ports collection makefile for: aish
|
|
# Date created: 01 Aug 1998
|
|
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aish
|
|
PORTVERSION= 1.13
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://hp.vector.co.jp/authors/VA004474/etc/
|
|
DISTNAME= aish113u
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/ja/aish
|
|
${INSTALL_DATA} ${WRKSRC}/aish.txt ${PREFIX}/share/doc/ja/aish
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|