summaryrefslogtreecommitdiffstats
path: root/misc/scriptkit/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-07-13 02:08:42 +0000
committersteve <steve@FreeBSD.org>1998-07-13 02:08:42 +0000
commit4257b7b1cde1669a0d9a8e4b67a535af017ea793 (patch)
tree37c91d4f20d6662f46c85b7cc5e65a48c147fcd3 /misc/scriptkit/Makefile
parente6b9efba13995e1528a5c4d9dc4a78bb0427d86a (diff)
downloadFreeBSD-ports-4257b7b1cde1669a0d9a8e4b67a535af017ea793.zip
FreeBSD-ports-4257b7b1cde1669a0d9a8e4b67a535af017ea793.tar.gz
Initial import of scriptkit version 0.1.6.
A guile script kit for the GYVE port. PR: 7183 (3 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
Diffstat (limited to 'misc/scriptkit/Makefile')
-rw-r--r--misc/scriptkit/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/misc/scriptkit/Makefile b/misc/scriptkit/Makefile
new file mode 100644
index 0000000..258db0e
--- /dev/null
+++ b/misc/scriptkit/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: scriptkit
+# Version required: 0.1.6
+# Date created: 22 April 1998
+# Whom: Yukihiro Nakai <Nakai@technologist.com>
+#
+# $Id$
+#
+
+DISTNAME= ScriptKit-0.1.6
+PKGNAME= scriptkit-0.1.6
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/personal/masata-y/gyve/fullkit/gyve-0.1.2.4/
+
+MAINTAINER= Nakai@technologist.com
+
+BUILD_DEPENDS= goconfig:${PORTSDIR}/devel/guileobjc
+
+GNU_CONFIGURE= yes
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud