summaryrefslogtreecommitdiff
path: root/devel/swig13/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/swig13/Makefile')
-rw-r--r--devel/swig13/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile
deleted file mode 100644
index f9d5812253e..00000000000
--- a/devel/swig13/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2005/09/13 19:39:46 agc Exp $
-
-DISTNAME= swig-1.3.24
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
-
-MAINTAINER= epg@NetBSD.org
-HOMEPAGE= http://www.swig.org/
-COMMENT= Simplified Wrapper and Interface Generator
-
-CONFLICTS= swig-build-[0-9]*
-
-CONFIGURE_ARGS+= --with-swiglibdir=${PREFIX}/share/swig/1.3
-BUILD_TARGET= swig
-WRKSRC= ${WRKDIR}/SWIG-1.3.24
-
-USE_TOOLS+= gmake
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-
-.include "../../mk/bsd.pkg.mk"