freebsd-ports/lang/eiffel/Makefile
Baptiste Daroussin 1c857e862b Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-15 13:45:55 +00:00

37 lines
988 B
Makefile

# New ports collection makefile for: eiffel
# Date created: Thu Sep 14 11:10:01 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= eiffel
PORTVERSION= 13a
CATEGORIES= lang
MASTER_SITES= ftp://netsw.org/softeng/lang/eiffel/eiffels/
DISTNAME= ${PORTNAME}s${PORTVERSION}
EXTRACT_SUFX= .freebsd.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A compiler for the object-oriented language Eiffel
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= yes
FILES= IAFA-PACKAGE bin doc eiffels.20 examples install.freebsd \
introduction library readme.1st register.txt run3 \
sharewar.txt source
do-configure:
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" \
${FILESDIR}/ecc.sh > ${WRKSRC}/ecc.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/ecc.sh ${PREFIX}/bin/ecc
@${MKDIR} ${PREFIX}/eiffel
cd ${WRKSRC} && ${PAX} -rw ${FILES} ${PREFIX}/eiffel
.include <bsd.port.mk>