freebsd-ports/converters/aish/Makefile
Jun Kuriyama 2eadcb1974 ish/uuencode converter
PR:		ports/7639
Submitted by:	Masanori Kiriake <seiken@nbs.co.jp>
1998-10-03 06:00:00 +00:00

24 lines
480 B
Makefile

# 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>