freebsd-ports/devel/swig13/Makefile

32 lines
730 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWIG
# Version required: 1.1p4
# Date created: 19 April 1996
# Whom: jkh
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
1999-01-17 16:31:07 +01:00
DISTNAME= swig1.1p5
PKGNAME= swig-1.1p5
CATEGORIES= devel python tcl80
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.0:${PORTSDIR}/lang/tcl80
USE_PERL5= YES
1999-01-17 16:31:07 +01:00
WRKSRC= ${WRKDIR}/SWIG1.1p5
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \
--with-tcllib=${PREFIX}/lib/tcl8.0/
ALL_TARGET= all runtime
MAN1= swig.1
1997-08-11 17:06:32 +02:00
.include <bsd.port.mk>