1996-04-19 20:44:04 +02:00
|
|
|
# New ports collection makefile for: SWIG
|
|
|
|
# Date created: 19 April 1996
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-04-19 20:44:04 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= swig
|
2000-09-06 17:58:07 +02:00
|
|
|
PORTVERSION= 1.3a4
|
|
|
|
CATEGORIES= devel perl5 python ruby tcl82
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-06-02 21:28:07 +02:00
|
|
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
1997-12-04 12:17:45 +01:00
|
|
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
2000-06-14 15:21:38 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-11 23:30:15 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1996-04-23 09:47:40 +02:00
|
|
|
|
2000-08-22 03:45:49 +02:00
|
|
|
MAINTAINER= knu@FreeBSD.org
|
1996-04-23 09:47:40 +02:00
|
|
|
|
2000-02-02 23:51:00 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
|
2000-09-06 17:58:07 +02:00
|
|
|
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 \
|
|
|
|
${LOCALBASE}/bin/ruby:${PORTSDIR}/lang/ruby
|
1996-04-19 20:44:04 +02:00
|
|
|
|
2000-06-15 19:12:51 +02:00
|
|
|
USE_PERL5= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-02 21:28:07 +02:00
|
|
|
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
2000-06-15 19:12:51 +02:00
|
|
|
USE_LIBTOOL= yes
|
1999-11-28 19:08:25 +01:00
|
|
|
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
|
|
|
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
2000-06-02 21:28:07 +02:00
|
|
|
ALL_TARGET= swig runtime
|
|
|
|
PLIST_SUB+= VER="1.3"
|
2000-06-16 23:52:40 +02:00
|
|
|
|
1996-04-19 20:44:04 +02:00
|
|
|
.include <bsd.port.mk>
|