diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-06 15:42:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-06 15:42:41 +0000 |
commit | 7e045cb054f441c459c6f4ad5e583b538234859f (patch) | |
tree | 7275df55721c0de86949a1222e671399dd7a9135 /lang/smarteiffel/Makefile | |
parent | d1662ca0adae2f9ae8522d1d19d97f04b4e57c2c (diff) | |
download | ports-7e045cb054f441c459c6f4ad5e583b538234859f.tar.gz ports-7e045cb054f441c459c6f4ad5e583b538234859f.zip |
smalleiffel -> smarteiffel
upgrade to 1.0
PR: 46044
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72633
Diffstat (limited to 'lang/smarteiffel/Makefile')
-rw-r--r-- | lang/smarteiffel/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile index 486ca3aa9e6b..7d12514f189f 100644 --- a/lang/smarteiffel/Makefile +++ b/lang/smarteiffel/Makefile @@ -1,44 +1,44 @@ -# New ports collection makefile for: SmallEiffel +# New ports collection makefile for: SmartEiffel # Date created: Wed Dec 22 18:20:05 CET 1999 # Whom: berend@pobox.com # # $FreeBSD$ # -PORTNAME= smalleiffel -PORTVERSION= 0.76 -PORTEPOCH= 1 # Version numbering is negative +PORTNAME= smarteiffel +PORTVERSION= 1.0 CATEGORIES= lang -MASTER_SITES= ftp://ftp.loria.fr/pub/loria/genielog/SmallEiffel/Oldies/ +MASTER_SITES= ftp://ftp.loria.fr/pub/loria/SmartEiffel/Oldies/ DISTNAME= se-${PORTVERSION} -EXTRACT_SUFX= .tgz MAINTAINER= berend@pobox.com -WRKSRC= ${WRKDIR}/SmallEiffel +WRKSRC= ${WRKDIR}/SmartEiffel # We install in this directory SEDIR= ${PREFIX}/${PORTNAME}-${PORTVERSION} # We alias a directory to the installation directory # so it is possible to easily switch between different builds -ALIASDIR= ${PREFIX}/SmallEiffel +ALIASDIR= ${PREFIX}/SmartEiffel -# SmallEiffel needs this to find system.se -MAKE_ENV+= SmallEiffel=${WRKSRC}/sys/system.se +# SmartEiffel needs this to find system.se +MAKE_ENV+= SmartEiffel=${WRKSRC}/sys/system.se ALL_TARGET= +USE_BZIP2= yes +PLIST_SUB+= PORTVERSION=${PORTVERSION} PKGMESSAGE= ${WRKDIR}/MESSAGE PKGINSTALL= ${WRKDIR}/INSTALL -# Make sure we can set the symbolic link SmallEiffel +# Make sure we can set the symbolic link SmartEiffel # 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."; \ + ${ECHO} "the actual SmartEiffel installation directory."; \ exit 1; \ fi; \ ${RM} ${ALIASDIR}; \ |