freebsd-ports/lang/smalleiffel-devel/Makefile
SADA Kenji a11bb2b501 New port - SmallEiffel beta.
SmallEiffel The GNU Eiffel Compiler is a free open-source Eiffel
compiler distributed under the terms of the GNU General Public License
as published by the Free Software Foundation. It is a complete, small
and very fast, free Eiffel compiler.

PR:		ports/18087
Submitted by:	Berend de Boer <berend@nederware.nl>
2000-08-03 03:20:14 +00:00

66 lines
2.0 KiB
Makefile

# New ports collection makefile for: SmallEiffel
# Date created: Wed Dec 22 18:20:05 CET 1999
# Whom: berend@pobox.com
#
# $FreeBSD$
#
PORTNAME= smalleiffel
PORTVERSION= 0.76.b4
CATEGORIES= lang
MASTER_SITES= http://people.FreeBSD.org/~sada/distfiles/
MAINTAINER= berend@pobox.com
WRKSRC= ${WRKDIR}/SmallEiffel
# SmallEiffel needs this to find system.se
MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se
ALL_TARGET=
PLIST_SUB= PKGNAME=${PKGNAME}
PKGMESSAGE= ${WRKDIR}/MESSAGE
PKGINSTALL= ${WRKDIR}/INSTALL
# We install in this directory
SEDIR= ${PREFIX}/${PKGNAME}
# We alias a directory to the installation directory
# so it is possible to easily switch between different builds
ALIASDIR= ${PREFIX}/SmallEiffel
# Make sure we can set the symbolic link SmallEiffel
# to the actual release directory.
do-install:
@(if test -e ${ALIASDIR} ; then \
if ! test -L ${ALIASDIR} ; then \
${ECHO} "Make sure ${ALIASDIR} is a symbolic link"; \
${ECHO} "or does not exist. This directory will point to "; \
${ECHO} "the actual SmallEiffel installation directory."; \
exit 1; \
fi; \
${RM} ${ALIASDIR}; \
fi; \
${LN} -fs ${SEDIR} ${ALIASDIR})
@(if test -e ${SEDIR} ; then ${RM} -rf ${SEDIR}; fi; \
${MKDIR} ${SEDIR}; \
${CP} -pR ${WRKSRC}/* ${SEDIR}; \
${ECHO} ./ > ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_std/ >> ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_iterator/ >> ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_random/ >> ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_number/ >> ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_show/ >> ${SEDIR}/sys/loadpath.UNIX; \
${ECHO} ${SEDIR}/lib_se/ >> ${SEDIR}/sys/loadpath.UNIX)
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/MESSAGE \
> ${PKGMESSAGE}
@${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGDIR}/INSTALL \
> ${PKGINSTALL}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
# below is the location of original distributions.
#MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/se.beta_test
#DISTNAME= se