summaryrefslogtreecommitdiff
path: root/misc/fd/Makefile
blob: 2be04f888381b25b08a48debcebaa2d6b9974e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $NetBSD: Makefile,v 1.14 2001/04/10 07:37:30 hubertf Exp $
# FreeBSD: ports/misc/fd/Makefile,v 1.14 1999/08/25 07:21:37 obrien Exp
#

DISTNAME=	FD-1.03r
PKGNAME=	fd-1.03r
CATEGORIES=	misc
MASTER_SITES=	ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
		http://hp.vector.co.jp/authors/VA012337/soft/fd/

MAINTAINER=	Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
COMMENT=	File and directory management tool

MANLANG=	ja
MAKE_ENV=	LANG=${MANLANG}
DOCS=		README FAQ HISTORY ToAdmin

# require maintainer signature for binary package distributions
do-configure:
	@cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \
	${SED} 's/\(distributor = \)NULL/\1"${MAINTAINER}"/' $$v.orig > $$v

post-install:
	@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fd
	@for i in ${DOCS}; do \
		${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
	done

.include "../../mk/bsd.pkg.mk"