summaryrefslogtreecommitdiff
path: root/chat/licq-gui-console/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/licq-gui-console/Makefile')
-rw-r--r--chat/licq-gui-console/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
deleted file mode 100644
index 75a1c481e23..00000000000
--- a/chat/licq-gui-console/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2015/09/08 11:57:49 jperkin Exp $
-#
-
-DISTNAME= licq-1.3.5
-PKGREVISION= 3
-PKGNAME= ${DISTNAME:C/-/-gui-console-/}
-CATEGORIES= chat
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.licq.org/
-COMMENT= Curses GUI for licq
-
-DEPENDS+= licq-core-[0-9]*:../../chat/licq-core
-
-DISTINFO_FILE= ${.CURDIR}/../../chat/licq-core/distinfo
-PATCHDIR= ${.CURDIR}/../../chat/licq-core/patches
-
-GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
-USE_LIBTOOL= YES
-SHLIBTOOL_OVERRIDE= # empty
-CONFIGURE_DIRS= plugins/console
-OVERRIDE_DIRDEPTH= 3
-
-# the cdk on NetBSD 4.0 isn't compatible; also force the check
-# initCDKScreen() to succeed, the configure script test fails due
-# to missing -lm
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-USE_BUILTIN.cdk= no
-CONFIGURE_ENV+= ac_cv_lib_cdk_initCDKScreen="yes"
-.endif
-
-.include "../../devel/cdk/buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"