summaryrefslogtreecommitdiff
path: root/x11/Xbae/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/Xbae/Makefile')
-rw-r--r--x11/Xbae/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/Xbae/Makefile b/x11/Xbae/Makefile
deleted file mode 100644
index 8491b26645e..00000000000
--- a/x11/Xbae/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.24 2005/06/01 18:03:27 jlam Exp $
-#
-
-DISTNAME= xbae-4.51.01
-PKGNAME= Xbae-4.51.01
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xbae/}
-
-MAINTAINER= drochner@NetBSD.org
-HOMEPAGE= http://xbae.sourceforge.net/
-COMMENT= Motif-compatible widgets: XbaeMatrix, XbaeCaption, XbaeInput
-
-USE_LIBTOOL= YES
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-motif-includes=${MOTIFBASE}/include
-CONFIGURE_ARGS+= --with-motif-libraries=${MOTIFBASE}/lib
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/aclocal
- ${INSTALL_DATA} ${WRKSRC}/ac_find_xbae.m4 ${PREFIX}/share/aclocal
-
-.include "../../mk/motif.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"