1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/converters/aish/Makefile

24 lines
480 B
Makefile
Raw Normal View History

# New ports collection makefile for: aish
# Version required: 1.12
# Date created: 01 Aug 1998
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
#
# $Id$
#
DISTNAME= aish112
PKGNAME= aish-1.12
CATEGORIES= converters
MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/aish/
DISTFILES= aish112u.tar.gz aish112man.tar.gz
MAINTAINER= seiken@nbs.co.jp
MANLANG= ja
MAN1= aish.1 autodecode.1
MAKE_ENV= PATH=/usr/bin:$$PATH
post-extract:
${MV} ${WRKDIR}/*1 ${WRKSRC}
.include <bsd.port.mk>