1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/swig11/Makefile
Satoshi Asami c040613034 Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5
and pkg/PLIST and made minor changes.  pkg/COMMENT and pkg/DESCR are left
alone to honor the original porter.

I've also left the MAINTAINER line alone.  Please talk to the original
maintainer if you want to change this.

devel/swig will be deleted in a few days.
1997-12-04 11:17:45 +00:00

31 lines
710 B
Makefile

# New ports collection makefile for: SWIG
# Version required: 1.1p2
# Date created: 19 April 1996
# Whom: jkh
#
# $Id: Makefile,v 1.7 1997/08/11 15:06:30 erich Exp $
#
DISTNAME= swig1.1p2
PKGNAME= swig-1.1p2
CATEGORIES= devel
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/
USE_PERL5= YES
WRKSRC= ${WRKDIR}/SWIG1.1p2
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-tclincl=${PREFIX}/include/tcl8.0/ \
--with-tcllib=${PREFIX}/lib/tcl8.0/
ALL_TARGET= all runtime
MAN1= swig.1
.include <bsd.port.mk>