aboutsummaryrefslogtreecommitdiffstats
path: root/editors/e93/Makefile
blob: be0e5dbaf59f4c8a8f4cfe8efecf8bd9dcae77be (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
# New ports collection makefile for:    e93
# Version required: 1.1r4X
# Date created:     21 June 1995
# Whom:         Satoshi Asami (asami)
#
# $Id: Makefile,v 1.2 1995/07/03 08:43:45 asami Exp $
#

DISTNAME=   e93-1.1r4X
PKGNAME=    e93-1.1.4
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
# The license is a little scary, so disable packaging for now
NO_PACKAGE= yes

do-install:
    if ! [ -d ${PREFIX}/lib/e93 ]; then mkdir ${PREFIX}/lib/e93; fi
    (cd ${WRKSRC}; \
      install -c -s e93 ${PREFIX}/bin; \
      install -c .e93rc ${PREFIX}/lib/e93; \
    )

.include <bsd.port.mk>