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

24 lines
485 B
Makefile

# New ports collection makefile for: aish
# Version required: 1.12
# Date created: 01 Aug 1998
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
#
# $FreeBSD$
#
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>