mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
40 lines
896 B
Makefile
40 lines
896 B
Makefile
# New ports collection makefile for: e93
|
|
# Date created: 21 June 1995
|
|
# Whom: Satoshi Asami (asami)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= e93
|
|
PORTVERSION= 1.2.7
|
|
CATEGORIES= editors tcl82
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= editors
|
|
DISTNAME= ${PORTNAME}-1.2r7X
|
|
|
|
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>
|