# New ports collection makefile for: rscheme # Date created: 31 July 2001 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= rscheme PORTVERSION= 0.7.3.3 PORTREVISION= 1 CATEGORIES= lang scheme MASTER_SITES= http://www.rscheme.org/rs/b/${PORTVERSION}/32/ DISTNAME= rs-${PORTVERSION} MAINTAINER= stas@FreeBSD.org COMMENT= An object-oriented, extended version of the Scheme dialect of Lisp WRKSRC= ${WRKDIR}/${DISTNAME}/src HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${WRKDIR}/build ${CONFIGURE_TARGET} MAKE_ENV= REAL_PREFIX=${PREFIX} BOOTSTRAP_DIR= ${WRKDIR}/${DISTNAME} BOOTSTRAP_TARGET= stage1 .include .if ${ARCH} != "i386" BROKEN= fails to install on ${ARCH} .endif post-extract: @${MKDIR} ${WRKSRC} ${WRKDIR}/build pre-configure: @${RM} -rf ${WRKSRC} @(cd ${BOOTSTRAP_DIR}; ${SETENV} ${MAKE_ENV} ${CONFIGURE_ENV} ${MAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${BOOTSTRAP_TARGET}) do-install: ${INSTALL_PROGRAM} ${WRKDIR}/build/bin/rs ${PREFIX}/bin/rs (cd ${WRKDIR}/build && ${TAR} -c -f - include/rscheme* lib/librs.a) \ | (cd ${PREFIX} && ${TAR} --unlink -x -f -) ${MKDIR} ${DATADIR} (cd ${WRKDIR}/build && ${TAR} -c -f - resource) \ | (cd ${DATADIR} && ${TAR} --unlink -x -f -) .include ' value='284462814956996cc39a701a5e4965d555067810'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't remove directories we didn't installkris2004-05-311-3/+0
* SIZEify.trevor2004-01-301-0/+1
* utilize SITE_PERLijliao2003-10-241-60/+60
* KATO mega patchedwin2003-09-271-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* URL updates.naddy2003-02-122-2/+2
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Fix PLIST (bento)arved2002-11-041-19/+19
* PERL -> REINPLACE_CMDpat2002-06-241-3/+4
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
* portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1
* Fix a braino (having @unexec rmdir ... without 2>/dev/null || true reallypetef2001-10-051-1/+1
* Add missing @unexec rmdirpetef2001-10-051-0/+1
* Remove redundant USE_PERL5 statements.tobez2001-08-251-1/+0
* The perl man directories should not be removed.jeh2001-06-072-4/+1
* Add a couple of missing files and remove extra directories on uninstall.steve2001-04-152-0/+6
* Update to version 0.009.steve2001-02-265-41/+53
* Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-6/+5
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
* Upgrade shells/perlsh to new version (perlsh 0.007).jedgar2000-02-296-26/+91
* Don't need a period at end.asami2000-01-081-1/+1