# New ports collection makefile for: scsh # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # # $FreeBSD$ # PORTNAME= scsh PORTVERSION= 0.6.5 CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.scsh.net/pub/scsh/0.6/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Unix shell embedded into Scheme, with access to all Posix calls CONFIGURE_ENV+= LDFLAGS="-Wl,-E" .include .if ${MACHINE_ARCH} != "i386" BROKEN= "fails to install on ${MACHINE_ARCH}" .endif GNU_CONFIGURE= yes ALL_TARGET= enough MAN1= scsh.1 STRIP= post-install: @${STRIP_CMD} ${PREFIX}/bin/scsh .if !defined(NOPORTDOCS) @(cd ${WRKSRC} && \ ${INSTALL_DATA} README RELEASE COPYING ${PREFIX}/lib/scsh/doc) @${RM} -f ${PREFIX}/share/doc/scsh @${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh .else @${RM} -rf ${PREFIX}/lib/scsh/doc .endif @(cd ${WRKSRC} && \ ${CP} -R emacs ${PREFIX}/lib/scsh/) @${CAT} ${PKGMESSAGE} .include t logo'/> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 2.0.3rafan2007-08-234-13/+21
* - Correct the location of a configuration filepav2007-07-293-3/+8
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
* - Update to 2.0.2pav2007-03-235-46/+13
* Merge rc script changes from syslog-ng port:rafan2007-03-192-1/+12
* - Set LATEST_LINKmiwi2006-12-051-1/+1
* - Fix Config Pathmiwi2006-11-161-2/+11
* syslog-ng (Syslog New Generation) is a powerful replacement for the standardmiwi2006-11-14