1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/lang/schemetoc/Makefile

23 lines
509 B
Makefile
Raw Normal View History

# 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.7 1995/06/24 11:39:42 asami Exp $
#
1995-04-15 21:56:27 +00:00
DISTNAME= schemetoc-93.3.15
1995-04-15 05:44:50 +00:00
PKGNAME= schemetoc-93.3.15
CATEGORIES+= lang
1995-04-15 05:44:50 +00:00
MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/
DISTFILES= 15mar93.tar.Z
1995-04-15 05:44:50 +00:00
MAINTAINER= jmacd@FreeBSD.ORG
NO_WRKSUBDIR= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>