blob: 6386e541f01df2216a39abfd0d80de25fdf4b7a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: e93
# Version required: 1.2r6X
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
# $Id: Makefile,v 1.7 1996/09/11 04:11:57 asami Exp $
#
DISTNAME= e93-1.2r6X
PKGNAME= e93-1.2.6
CATEGORIES= editors
MASTER_SITES= ftp://ftp.x.org/contrib/editors/ \
ftp://crl.dec.com/pub/X11/contrib/editors/
MAINTAINER= asami@FreeBSD.ORG
MAKEFILE= makefile
USE_X11= yes
IS_INTERACTIVE= yes # asks "ok?" about license
pre-install:
@/usr/bin/env PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/REQ ${PKGNAME} INSTALL
do-install:
mkdir -p ${PREFIX}/lib/e93 ${PREFIX}/share/doc/e93
(cd ${WRKSRC}; \
install -c -s e93 ${PREFIX}/bin; \
install -c .e93rc ${PREFIX}/lib/e93; \
install -c LICENSE.TXT ${PREFIX}/share/doc/e93/LICENSE.TXT; \
)
.include <bsd.port.mk>
|