1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/lang/guileobjc/Makefile
Steve Price 3de11fa7f7 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>
1998-07-13 02:05:07 +00:00

24 lines
569 B
Makefile

# 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>