freebsd-ports/editors/e93/Makefile
Steve Price ca0ae108d8 Mark this port as NO_CDROM (until a real fix is found) so that
sysinstall won't hang waiting for the user to respond an interactive
install script.

PR:		14743
1999-12-27 00:32:21 +00:00

40 lines
901 B
Makefile

# New ports collection makefile for: e93
# Version required: 1.2r7X
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
# $FreeBSD$
#
DISTNAME= e93-1.2r7X
PKGNAME= e93-1.2.7
CATEGORIES= editors tcl82
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82
MAKEFILE= makefile
USE_X_PREFIX= yes
NO_CDROM= "Asks a question about reading the license on install"
.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= yes # asks "ok?" about license
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.endif
do-install:
${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
(cd ${WRKSRC}; \
${INSTALL_PROGRAM} e93 ${PREFIX}/bin; \
${INSTALL_DATA} .e93rc ${PREFIX}/lib/e93; \
${INSTALL_DATA} LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
)
.include <bsd.port.mk>