freebsd-ports/editors/e93/Makefile

31 lines
712 B
Makefile
Raw Normal View History

# New ports collection makefile for: e93
1995-09-12 18:47:20 -04:00
# Version required: 1.2r5X
# Date created: 21 June 1995
# Whom: Satoshi Asami (asami)
#
1995-09-12 18:47:20 -04:00
# $Id: Makefile,v 1.3 1995/07/18 22:46:38 asami Exp $
#
1995-09-12 18:47:20 -04:00
DISTNAME= e93-1.2r5X
PKGNAME= e93-1.2.5
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
1995-09-12 18:47:20 -04:00
WRKSRC= ${WRKDIR}/e93
# 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>