summaryrefslogtreecommitdiff
path: root/comms/plptools/Makefile
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /comms/plptools/Makefile
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'comms/plptools/Makefile')
-rw-r--r--comms/plptools/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile
deleted file mode 100644
index cb8fb6f5d07..00000000000
--- a/comms/plptools/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2005/05/22 20:07:44 jlam Exp $
-#
-
-DISTNAME= plptools-0.12
-PKGREVISION= 1
-CATEGORIES= comms
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plptools/}
-
-MAINTAINER= sakamoto@NetBSD.org
-HOMEPAGE= http://plptools.sourceforge.net/
-COMMENT= FTP-like and NFS-like access tools to talk to the PSION
-
-USE_GNU_READLINE= # uses rl_filename_quoting_desired flag
-USE_TOOLS+= gmake
-USE_LANUGAGES= c c++
-USE_LIBTOOL= YES
-USE_PKGLOCALEDIR= YES
-PTHREAD_OPTS+= require
-
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE}
-LIBS+= -ltermcap
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"