summaryrefslogtreecommitdiff
path: root/comms/ifcico-cm/Makefile
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1998-11-23 17:48:22 +0000
committertv <tv@pkgsrc.org>1998-11-23 17:48:22 +0000
commit014bcb3645182f7fa6fad27d470c895c33ea2797 (patch)
tree1cc214ba74678865d0907ebd91d06f00d1cc8ef4 /comms/ifcico-cm/Makefile
parent8d9a41adae06be00edc12baf72c2a6bb1358bfe1 (diff)
downloadpkgsrc-014bcb3645182f7fa6fad27d470c895c33ea2797.tar.gz
Import ifcico 3.0 (cm alpha 4.0.1). A program for FidoNet transports on
UN*X - including both dialled connections and TCP connections. Supports everything from FTS-0001 through EMSI and ZedZap or Hydra.
Diffstat (limited to 'comms/ifcico-cm/Makefile')
-rw-r--r--comms/ifcico-cm/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/comms/ifcico-cm/Makefile b/comms/ifcico-cm/Makefile
new file mode 100644
index 00000000000..00511656f5e
--- /dev/null
+++ b/comms/ifcico-cm/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/11/23 17:48:22 tv Exp $
+#
+
+DISTNAME= ifcico-3.0.cm.alpha-4.0
+PKGNAME= ifcico-cm-3.0.4.0.1
+CATEGORIES= comms
+MASTER_SITES= http://www.cosy.sbg.ac.at/~cmeer/files/
+
+MAINTAINER= tv@netbsd.org # aka "Todd Vierling" @ 1:396/1.5
+HOMEPAGE= http://www.cosy.sbg.ac.at/~cmeer/ifcico/
+
+NO_CDROM= "extremely limited usefulness to the general public"
+
+post-build:
+ cd ${WRKSRC}/contrib/iftelnetd && ${MAKE} iftelnetd
+ cd ${WRKSRC}/contrib/fdpass && ${LINK.c} -o fdpass fdpass.c
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/etc/ifcico ${PREFIX}/etc/ifcico/inouttabs
+ ${INSTALL_DATA} ${WRKSRC}/misc/config ${PREFIX}/etc/ifcico/config.dist
+ ${INSTALL_DATA} ${WRKSRC}/misc/config-global ${PREFIX}/etc/ifcico/
+ cd ${WRKSRC}/misc/inouttabs && ${INSTALL_DATA} fidom2iso ibmpc-latin1 \
+ iso2fidom latin1-ibmpc outaltkoi8 outkoi8alt \
+ ${PREFIX}/etc/ifcico/inouttabs/
+ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/iftelnetd/iftelnetd ${PREFIX}/sbin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/contrib/fdpass/fdpass ${PREFIX}/sbin/
+ cd ${WRKSRC}/ifcico && ${INSTALL_MAN} ifcico.8 ifindex.8 ifinfo.8 \
+ ifreq.8 ifroute.8 ifstat.8 nlpatch.8 ${PREFIX}/man/man8/
+
+.include "../../mk/bsd.pkg.mk"