1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/japanese/ack/Makefile
Chris Rees 054cd49885 Remove PKGNAMEPREFIX from textproc/py-ack
Submitted by:	Sebastian Santoro (original idea)
Reviewed by:	perl
2013-01-07 17:28:31 +00:00

24 lines
467 B
Makefile

# Created by: Masanori Kiriake <seiken@nbs.co.jp>
# $FreeBSD$
PORTNAME= ack
PORTVERSION= 1.39
PORTREVISION= 1
CATEGORIES= japanese converters
MASTER_SITES= http://ftp.vector.co.jp/pack/unix/util/text/conv/code/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Kanji code converter
CONFLICTS_INSTALL= p5-ack-[0-9]* ack-[0-9]*
ALL_TARGET= ack
MANLANG= ja
MAN1= ack.1
PLIST_FILES= bin/ack
.include <bsd.port.mk>