summaryrefslogblamecommitdiff
path: root/converters/aish/Makefile
blob: 318c533e628cf681d5b2c210f341f15d9fabd32a (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            


                                                           
           

 

                    
                          
                                                            
                                                
 






                                                                      
 
                      
# 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=	${PORTNAME}${PORTVERSION:S/.//}u

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>