1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/swig11/Makefile

46 lines
1002 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWIG
# Date created: 19 April 1996
# Whom: jkh
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= swig
PORTVERSION= ${VER}p5
PORTREVISION= 8
CATEGORIES= devel perl5 python tcl83
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.rge.com/pub/languages/swig/${VER}/ \
ftp://ftp.mcc.ac.uk/pub/mvc/swig/
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-04-11 21:30:15 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= knu@FreeBSD.org
2000-09-22 04:50:44 +00:00
BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \
${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83
VER= 1.1
USE_PERL5= yes
USE_PYTHON= yes
PYTHON_NO_DEPENDS= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:U}${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
CONFIGURE_ARGS= --with-tclincl=${LOCALBASE}/include/tcl8.3/ \
--with-tcllib=${LOCALBASE}/lib/tcl8.3/
ALL_TARGET= all runtime
MAN1= swig.1
PLIST_SUB= VER="${VER}"
2001-11-06 20:24:35 +00:00
NO_LATEST_LINK= yes
post-install:
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
.include <bsd.port.mk>