mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
30 lines
829 B
Makefile
30 lines
829 B
Makefile
# New ports collection makefile for: scm
|
|
# Version required: 4e1
|
|
# Date created: Sat Nov 5 17:11:01 PST 1994
|
|
# Whom: hsu
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/11/12 02:19:08 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= scm
|
|
PKGNAME= scm-4e1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://swiss-ftp.ai.mit.edu/pub/scm/
|
|
DISTFILES= scm4e1.tar.gz \
|
|
slib.info.tar.gz slib2a2.tar.gz slib-psd1-3.tar.gz \
|
|
scmconfig4e1.tar.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE=
|
|
MAKE_FLAGS= CFLAGS=-O2 LDFLAGS=-s defines="-DSICP -DHAVE_CONFIG_H -DFLOATS -DIO_EXTENSIONS -DMEMOIZE_LOCALS -DGC_FREE_SEGMENTS" -f
|
|
MAN1= scm.1
|
|
|
|
pre-install:
|
|
${CP} -rp ${WRKDIR}/slib ${PREFIX}/lib
|
|
(cd ${WRKDIR}/slib; \
|
|
makeinfo slib.texi; \
|
|
${INSTALL_MAN} slib.info slib.info-1 slib.info-2 \
|
|
slib.info-3 slib.info-4 /usr/local/info)
|
|
|
|
.include <bsd.port.mk>
|