2000-10-16 09:43:32 +00:00
|
|
|
# New ports collection makefile for: SWIG
|
|
|
|
# Date created: 19 April 1996
|
|
|
|
# Whom: jkh
|
1996-04-19 18:44:04 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1996-04-19 18:44:04 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= swig
|
2000-10-16 09:43:32 +00:00
|
|
|
PORTVERSION= ${VER}a5
|
2001-02-02 05:11:48 +00:00
|
|
|
PORTREVISION= 3
|
2000-09-06 15:58:07 +00:00
|
|
|
CATEGORIES= devel perl5 python ruby tcl82
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-06-02 19:28:07 +00:00
|
|
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
1997-12-04 11:17:45 +00:00
|
|
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-11 21:30:15 +00:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
1996-04-23 07:47:40 +00:00
|
|
|
|
2000-08-22 01:45:49 +00:00
|
|
|
MAINTAINER= knu@FreeBSD.org
|
1996-04-23 07:47:40 +00:00
|
|
|
|
2000-09-22 04:50:44 +00:00
|
|
|
BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \
|
|
|
|
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
1996-04-19 18:44:04 +00:00
|
|
|
|
2000-10-16 09:43:32 +00:00
|
|
|
VER= 1.3
|
|
|
|
|
2000-06-15 17:12:51 +00:00
|
|
|
USE_PERL5= yes
|
2000-09-22 04:50:44 +00:00
|
|
|
USE_RUBY= yes
|
|
|
|
RUBY_NO_RUN_DEPENDS= yes
|
|
|
|
PYTHON_VERSION?= python1.5
|
|
|
|
PYTHON_NO_DEPENDS= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-06-02 19:28:07 +00:00
|
|
|
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
|
2000-06-15 17:12:51 +00:00
|
|
|
USE_LIBTOOL= yes
|
2001-02-02 05:11:48 +00:00
|
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
|
1999-11-28 18:08:25 +00:00
|
|
|
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
|
|
|
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
2000-10-16 09:43:32 +00:00
|
|
|
ALL_TARGET= swig runtime
|
|
|
|
PLIST_SUB= VER="${VER}"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${LN} ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
|
2000-06-16 21:52:40 +00:00
|
|
|
|
1996-04-19 18:44:04 +00:00
|
|
|
.include <bsd.port.mk>
|