summaryrefslogtreecommitdiff
path: root/x11/lablgtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/lablgtk2/Makefile')
-rw-r--r--x11/lablgtk2/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11/lablgtk2/Makefile b/x11/lablgtk2/Makefile
deleted file mode 100644
index 0254e784f5f..00000000000
--- a/x11/lablgtk2/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2007/09/19 23:19:14 wiz Exp $
-#
-
-DISTNAME= lablgtk-2.6.0
-PKGNAME= ${DISTNAME:S/gtk/gtk2/}
-PKGREVISION= 14
-CATEGORIES= x11
-MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
-COMMENT= GTK+ 2.x bindings for Objective Caml
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake pkg-config
-
-BUILD_TARGET= world
-
-BUILDLINK_DEPMETHOD.ocaml= full
-
-# previous name of this package; does not conflict with lablgtk-1.*
-CONFLICTS= lablgtk-2.*
-
-.include "../../mk/bsd.prefs.mk"
-
-# Stub libraries for functions missing from base system.
-.if !empty(MACHINE_PLATFORM:MDarwin-*-powerpc) || \
- ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" || \
- ${OPSYS} == "FreeBSD" || ${OPSYS} == "SunOS"
-PLIST_SUBST+= HAVE_STUBS=""
-.else
-PLIST_SUBST+= HAVE_STUBS="@comment "
-.endif
-
-.include "options.mk"
-
-.include "../../lang/ocaml/buildlink3.mk"
-.include "../../textproc/gtkspell/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"