freebsd-ports/devel/SWIG-devel/Makefile

37 lines
896 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWIG
# Date created: 19 April 1996
# Whom: jkh
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-04-11 17:30:15 -04:00
PORTNAME= swig
PORTVERSION= 1.3a4
2000-09-22 00:50:44 -04:00
PORTREVISION= 1
CATEGORIES= devel perl5 python ruby tcl82
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-04-11 17:30:15 -04:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
2000-09-22 00:50:44 -04:00
BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \
${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
USE_PERL5= yes
2000-09-22 00:50:44 -04:00
USE_RUBY= yes
RUBY_NO_RUN_DEPENDS= yes
PYTHON_VERSION?= python1.5
PYTHON_NO_DEPENDS= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/SWIG${PORTVERSION}
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
--with-tcllib=${PREFIX}/lib/tcl8.2/
ALL_TARGET= swig runtime
PLIST_SUB+= VER="1.3"
.include <bsd.port.mk>