blob: c0fb3c223a5c9d7619e04b83bbbb30e9f30069c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|