aboutsummaryrefslogtreecommitdiffstats
path: root/lang/schemetoc/Makefile
blob: 14ad13150d46802fb36d15ae9d9ebdbf66416528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    Scheme-to-C
# Version required:     15mar93
# Date created:         28 Dec 1994
# Whom:                 jmacd@uclink.berkeley.edu
#
# $Id: Makefile,v 1.8 1995/11/22 13:13:11 asami Exp $
#

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

NO_WRKSUBDIR=   yes

post-install:
    ldconfig -m ${PREFIX}/lib

.include <bsd.port.mk>