1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/sysutils/ledit/Makefile
Wen Heping 206fb3650c - Update to 2.02.1
- Add LICENSE

PR:		ports/152786
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp>
2010-12-03 07:16:26 +00:00

52 lines
1.0 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: ledit
# Date created: Feb 8, 2005
# Whom: Marwan Burelle <marwan.burelle@lri.fr>
#
# $FreeBSD$
#
PORTNAME= ledit
PORTVERSION= 2.02.1
CATEGORIES= sysutils
MASTER_SITES= http://cristal.inria.fr/~ddr/ledit/distrib/src/ \
http://pauillac.inria.fr/~ddr/ledit/distrib/src/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Line editor to be used with interactive commands
BUILD_DEPENDS= camlp5r:${PORTSDIR}/devel/ocaml-camlp5
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GMAKE= yes
USE_OCAML= yes
ALL_TARGET= all ledit.opt
PLIST_FILES= bin/ledit
MAKE_JOBS_UNSAFE= yes
MAN1= ledit.1
PORTDOCS= CHANGES LICENSE README
.include <bsd.port.pre.mk>
do-configure:
${REINPLACE_CMD} -e '/^BINDIR=/s;/usr/local;${PREFIX};' \
-e '/^LIBDIR=/s;/usr/local;${PREFIX};' \
-e '/^MANDIR=/s;/usr/local;${PREFIX};' \
${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif
.include <bsd.port.post.mk>