mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
01ad77c489
as the system compiler. Submitted by: Ade Lovett <ade@lovett.com>
32 lines
730 B
Makefile
32 lines
730 B
Makefile
# New ports collection makefile for: SWIG
|
|
# Version required: 1.1p4
|
|
# Date created: 19 April 1996
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= swig1.1p5
|
|
PKGNAME= swig-1.1p5
|
|
CATEGORIES= devel python tcl82
|
|
MASTER_SITES= ftp://ftp.cs.utah.edu/pub/beazley/SWIG/ \
|
|
ftp://ftp.rge.com/pub/languages/swig/ \
|
|
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python \
|
|
${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82
|
|
|
|
USE_PERL5= YES
|
|
WRKSRC= ${WRKDIR}/SWIG1.1p5
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.2/ \
|
|
--with-tcllib=${PREFIX}/lib/tcl8.2/
|
|
|
|
ALL_TARGET= all runtime
|
|
|
|
MAN1= swig.1
|
|
|
|
.include <bsd.port.mk>
|