mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
21 lines
373 B
Makefile
21 lines
373 B
Makefile
|
# New ports collection makefile for: ack
|
||
|
# Version required: 1.39
|
||
|
# Date created: 21 Jul 1998
|
||
|
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
||
|
#
|
||
|
# $Id$
|
||
|
|
||
|
DISTNAME= ack139
|
||
|
PKGNAME= ja-ack-1.39
|
||
|
CATEGORIES= japanese converters
|
||
|
MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/ack/
|
||
|
|
||
|
MAINTAINER= seiken@nbs.co.jp
|
||
|
|
||
|
ALL_TARGET= ack
|
||
|
|
||
|
MANLANG= ja
|
||
|
MAN1= ack.1
|
||
|
|
||
|
.include <bsd.port.mk>
|