1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/editors/e93/Makefile

38 lines
875 B
Makefile
Raw Normal View History

# New ports collection makefile for: e93
# Version required: 1.2r6X
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
1998-03-17 07:48:56 +00:00
# $Id: Makefile,v 1.17 1998/03/17 07:29:51 tg Exp $
#
DISTNAME= e93-1.2r6X
PKGNAME= e93-1.2.6
1998-03-17 07:48:56 +00:00
CATEGORIES= editors tcl80
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80
1997-09-18 08:02:35 +00:00
MAKEFILE= makefile
USE_X11= yes
.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= yes # asks "ok?" about license
pre-install:
1997-07-13 18:49:31 +00:00
@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL
.endif
do-install:
1996-11-17 07:01:32 +00:00
${MKDIR} ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
(cd ${WRKSRC}; \
1996-11-17 07:01:32 +00:00
${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>