1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/swig20/Makefile
Steve Price fb19387e0d Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' says
the distfiles are the same from both MASTER_SITES, yet the checksum is
different.
2000-05-28 03:49:37 +00:00

31 lines
696 B
Makefile

# New ports collection makefile for: SWIG
# Date created: 19 April 1996
# Whom: jkh
#
# $FreeBSD$
#
PORTNAME= swig
PORTVERSION= 1.1p5
CATEGORIES= devel python tcl82
MASTER_SITES= ftp://ftp.rge.com/pub/languages/swig/1.1/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python \
${LOCALBASE}/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>