# New ports collection makefile for: scsh # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # # $FreeBSD$ # PORTNAME= scsh PORTVERSION= 0.5.2 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ MAINTAINER= alex@FreeBSD.org CONFIGURE_ENV+= LDFLAGS="-Wl,-E" .include .if ${MACHINE_ARCH} == "alpha" BROKEN= bus errors on unaligned accesses in scshvm .endif GNU_CONFIGURE= yes ALL_TARGET= enough MAN1= scsh.1 STRIP= .if !defined(NOPORTDOCS) PLIST= ${PKGDIR}/PLIST.doc .endif post-install: @strip ${PREFIX}/bin/scsh .if !defined(NOPORTDOCS) @(cd ${WRKSRC} && \ ${INSTALL_DATA} README RELEASE NEWS 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 .include d class='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/elk
Commit message (Expand)AuthorAgeFilesLines
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
* - Merge scripts/configure into Makefileimura2000-01-152-13/+21
* Allow the value of CC to be overridden.steve1999-12-2415-1/+642
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
* expr -> ${EXPR}mharo1999-08-281-1/+1
* Change Id->FreeBSD.obrien1999-08-251-1/+1