Initial import of guileobjc version 0.3.8.
A library to send messages from GNU GUILE to Objective C objects. PR: 7183 (2 of 9) Submitted by: Yukihiro Nakai <Nakai@technologist.com>
This commit is contained in:
parent
79c211785e
commit
3de11fa7f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11889
23
lang/guileobjc/Makefile
Normal file
23
lang/guileobjc/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: guileobjc
|
||||
# Version required: 0.3.8
|
||||
# Date created: 21 April 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= guileobjc-0.3.8
|
||||
CATEGORIES= devel
|
||||
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= ${LOCALBASE}/lib/libobjects.a:${PORTSDIR}/devel/libobjects
|
||||
LIB_DEPENDS= guile\\.2\\.:${PORTSDIR}/lang/guile
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
lang/guileobjc/distinfo
Normal file
1
lang/guileobjc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (guileobjc-0.3.8.tar.gz) = f9f0c31a8eaf8aa85801544d6f8b2de8
|
11
lang/guileobjc/files/patch-aa
Normal file
11
lang/guileobjc/files/patch-aa
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Tue Jun 30 19:54:00 1998
|
||||
+++ configure Tue Jun 30 19:54:19 1998
|
||||
@@ -62,6 +62,8 @@
|
||||
# Initialize some other variables.
|
||||
subdirs=
|
||||
MFLAGS= MAKEFLAGS=
|
||||
+CFLAGS=-I/usr/local/include
|
||||
+LDFLAGS=-L/usr/local/lib
|
||||
# Maximum number of lines to put in a shell here document.
|
||||
ac_max_here_lines=12
|
||||
|
1
lang/guileobjc/pkg-comment
Normal file
1
lang/guileobjc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
library to send message from GNU GUILE to Objective C objects
|
1
lang/guileobjc/pkg-descr
Normal file
1
lang/guileobjc/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
library to send message from GNU GUILE to Objective C objects
|
12
lang/guileobjc/pkg-plist
Normal file
12
lang/guileobjc/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
bin/goconfig
|
||||
include/goconfig.h
|
||||
include/guileobjc.h
|
||||
lib/libguileobjc.a
|
||||
lib/libguileobjc.la
|
||||
@exec /sbin/ldconfig -m %B
|
||||
@unexec /sbin/ldconfig -R
|
||||
share/aclocal/guileobjc.m4
|
||||
share/guile/1.2/languages/guileobjc/libgocore.so
|
||||
share/guile/1.2/languages/guileobjc.scm
|
||||
@dirrm share/guile/1.2/languages/guileobjc
|
||||
@dirrm share/guile/1.2/languages
|
Loading…
Reference in New Issue
Block a user