aboutsummaryrefslogtreecommitdiff
path: root/devel/swig13
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-22 01:09:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-22 01:09:06 +0000
commit3ec5a9e2bf45f33e4d94a80c10a64a04d32a56a2 (patch)
treea6145bfa29d837c24df602e9322e56303e21a0bc /devel/swig13
parent9e28f2255703b5a54c8ea114b4a2814e3b4d1446 (diff)
downloadports-3ec5a9e2bf45f33e4d94a80c10a64a04d32a56a2.tar.gz
ports-3ec5a9e2bf45f33e4d94a80c10a64a04d32a56a2.zip
Notes
Diffstat (limited to 'devel/swig13')
-rw-r--r--devel/swig13/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
index 97de191cb106..00d55e0a5573 100644
--- a/devel/swig13/Makefile
+++ b/devel/swig13/Makefile
@@ -16,6 +16,8 @@ COMMENT= Simplified Wrapper and Interface Generator
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
+BROKEN= "Does not install"
+
VER= ${PORTVERSION:R}
# Supported languages: guile perl php4 python ruby tcl ocaml pike java
@@ -103,16 +105,10 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC"
ALL_TARGET= swig runtime
PLIST_SUB+= VER="${VER}"
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502000
-BROKEN= "Does not install"
-.endif
-
post-install:
# A separate swig13-runtime port might be nice
@(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>