1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/shells/fd/Makefile
Peter Wemm 02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00

38 lines
939 B
Makefile

# New ports collection makefile for: FDclone
# Version required: 1.03i
# Date created: 20 Feb 1996
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
DISTNAME= FD-1.03l
PKGNAME= fd-1.03l
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
http://people.FreeBSD.org/~steve/distfiles/
MAINTAINER= nobu@psrc.isac.co.jp
MANLANG= ja
MAN1= fd.1
MAKE_ENV= LANG=${MANLANG}
DOCS= README FAQ HISTORY ToAdmin
SIGNATURE= Nobuhiro Yasutomi <${MAINTAINER}>
# require maintainer signature for binary package distributions
do-configure:
@cd ${WRKSRC}; v=version.h; ${MV} $$v $$v.orig; \
${SED} 's/\(distributor = \)NULL/\1"${SIGNATURE}"/' $$v.orig > $$v
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/fd
@for i in $(DOCS); do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
done
.endif
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>