mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
26 lines
500 B
Makefile
26 lines
500 B
Makefile
# New ports collection makefile for: Scheme-to-C
|
|
# Version required: 15mar93
|
|
# Date created: 28 Dec 1994
|
|
# Whom: jmacd@uclink.berkeley.edu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= schemetoc-93.3.15
|
|
PKGNAME= schemetoc-93.3.15
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
|
|
DISTFILES= 15mar93.tar.Z
|
|
|
|
MAINTAINER= jmacd@FreeBSD.org
|
|
|
|
BROKEN_ELF= yes
|
|
|
|
USE_XLIB= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
post-install:
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|