mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
6f09d336d5
- Fix MASTER_SITES - Support CC/CFLAGS properly - Add WWW: line into pkg/DESCR PR: ports/20746 Submitted by: Ports Fury
22 lines
419 B
Makefile
22 lines
419 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.vector.co.jp/pack/unix/util/text/conv/code/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= seiken@ARGV.AC
|
|
|
|
ALL_TARGET= ack
|
|
|
|
MANLANG= ja
|
|
MAN1= ack.1
|
|
|
|
.include <bsd.port.mk>
|