jeremy 006fde0cd9 Handle the rest of the fallout from the splitting of MODRUBY_LIB_DEPENDS
into MODRUBY_WANTLIB and using CONFIGURE_STYLE = ruby gem ext.  Use the
lang/ruby module for all dependent ports, setting
MODRUBY_{BUILD,RUN}DEP=No if necessary.

ok landry, phessler, sthen
2010-10-26 21:42:13 +00:00

54 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.49 2010/10/26 21:42:14 jeremy Exp $
COMMENT-main= simplified wrapper and interface generator
SUBST_VARS= VERSION
VERSION= 1.3.36
DISTNAME= swig-${VERSION}
PKGNAME-main= ${DISTNAME}
REVISION-main = 3
MULTI_PACKAGES= -main
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
HOMEPAGE= http://www.swig.org/
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MODULES= lang/python lang/tcl lang/ruby
RUN_DEPENDS-main=
MODRUBY_RUNDEP= No
BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS} \
::lang/guile
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-tclincl=${MODTCL_INCDIR} \
--with-tcllib==${MODTCL_LIBDIR} \
--with-guilelib=${LOCALBASE}/lib \
--with-python=${MODPY_BIN} \
--without-php4 \
--without-ocaml
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/Tools/config
ALL_TARGET= swig
SWIG_EXAMPLES= ${PREFIX}/share/examples/swig
SWIG_DOCS= ${PREFIX}/share/doc/swig
post-install:
${INSTALL_DATA_DIR} ${SWIG_EXAMPLES}
${INSTALL_DATA_DIR} ${SWIG_DOCS}
cp -R ${WRKSRC}/Examples/* ${SWIG_EXAMPLES}
cp -R ${WRKSRC}/Doc/* ${SWIG_DOCS}
.include <bsd.port.mk>