edcf8b3594
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# New ports collection makefile for: ack
|
|
# Date created: 21 Jul 1998
|
|
# Whom: Masanori Kiriake <seiken@nbs.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ack
|
|
PORTVERSION= 1.39
|
|
CATEGORIES= japanese converters
|
|
MASTER_SITES= ftp://ftp.tohoku.ac.jp/pub/unix/ack/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= seiken@ARGV.AC
|
|
|
|
ALL_TARGET= ack
|
|
|
|
MANLANG= ja
|
|
MAN1= ack.1
|
|
|
|
.include <bsd.port.mk>
|