summaryrefslogtreecommitdiff
path: root/lang/guile/Makefile
diff options
context:
space:
mode:
authorperry <perry@pkgsrc.org>1998-07-02 15:30:15 +0000
committerperry <perry@pkgsrc.org>1998-07-02 15:30:15 +0000
commitbf12a89521ff10ad633a973f3d7717bc21fadd1d (patch)
tree0f00e1da183015cc35514305241f31eabbcc2593 /lang/guile/Makefile
parent0ffbd4e0091265f0d4d191f3d5702f896b4d225c (diff)
downloadpkgsrc-bf12a89521ff10ad633a973f3d7717bc21fadd1d.tar.gz
initial commit of Guile, GNU's Ubiquitous Intelligent Language for Extension
Diffstat (limited to 'lang/guile/Makefile')
-rw-r--r--lang/guile/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/guile/Makefile b/lang/guile/Makefile
new file mode 100644
index 00000000000..40f5d010bc0
--- /dev/null
+++ b/lang/guile/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 1998/07/02 15:30:15 perry Exp $
+#
+# taken from the FreeBSD port by jseger@FreeBSD.org
+# FreeBSD Id: Makefile,v 1.12 1997/11/22 16:01:32 jseger Exp
+#
+
+DISTNAME= guile-1.2
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GNU}
+
+MAINTAINER= perry@piermont.com
+
+GNU_CONFIGURE= YES
+MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
+.include "../../mk/bsd.pkg.mk" \ No newline at end of file