freebsd-ports/devel/swig20/Makefile

32 lines
775 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWIG
# Version required: 1.1p4
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.11 1998/02/24 21:42:56 jseger Exp $
#
DISTNAME= swig1.1p4
PKGNAME= swig-1.1p4
CATEGORIES= devel python tcl81
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
1997-12-09 05:22:40 -05:00
BUILD_DEPENDS= ${PREFIX}/bin/python:${PORTSDIR}/lang/python/ \
1998-02-24 16:43:51 -05:00
${PREFIX}/bin/tclsh8.1:${PORTSDIR}/lang/tcl81
USE_PERL5= YES
WRKSRC= ${WRKDIR}/SWIG1.1p4
GNU_CONFIGURE= YES
1998-02-24 16:43:51 -05:00
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.1/ \
--with-tcllib=${PREFIX}/lib/tcl8.1/
ALL_TARGET= all runtime
MAN1= swig.1
1997-08-11 11:06:32 -04:00
.include <bsd.port.mk>