1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/e93/Makefile
1998-09-25 10:07:46 +00:00

38 lines
878 B
Makefile

# New ports collection makefile for: e93
# Version required: 1.2r6X
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
# $Id: Makefile,v 1.19 1998/08/05 09:30:48 asami Exp $
#
DISTNAME= e93-1.2r6X
PKGNAME= e93-1.2.6
CATEGORIES= editors tcl80
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80
MAKEFILE= makefile
USE_X_PREFIX= yes
.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>