mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3577754343
- new MASTER_SITES/WWW, now at sourceforge PR: 52050 Submitted by: Ports Fury
40 lines
944 B
Makefile
40 lines
944 B
Makefile
# New ports collection makefile for: THE
|
|
# Date created: 7 May 1999
|
|
# Whom: giffunip@asme.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= the
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= hessling-editor
|
|
DISTNAME= THE-${PORTVERSION}
|
|
|
|
PATCH_SITES= http://users.comlab.ox.ac.uk/ian.collier/distribution/
|
|
PATCHFILES= ${DISTNAME}-rexximc.patch
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= "The Hessling Editor", an implementation of the xedit editor
|
|
|
|
BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
|
|
RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-imc
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ncurses --with-rexx=rexximc \
|
|
--with-rexxincdir=${LOCALBASE}/include \
|
|
--with-rexxlibdir=${LOCALBASE}/lib
|
|
ALL_TARGET= all html
|
|
|
|
MAN1= the.1
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/THE
|
|
${INSTALL_DATA} ${WRKSRC}/*.html ${PREFIX}/share/doc/THE
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|