aboutsummaryrefslogtreecommitdiff
path: root/net/libunpipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libunpipc/Makefile')
-rw-r--r--net/libunpipc/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/net/libunpipc/Makefile b/net/libunpipc/Makefile
deleted file mode 100644
index 05a6e5de7bb7..000000000000
--- a/net/libunpipc/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Ports collection makefile for: libunpipc
-# Date created: Sept 28, 1999
-# Whom: james@targetnet.com
-#
-# $FreeBSD$
-#
-
-PORTNAME= libunpipc
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://www.kohala.com/start/unpv22e/
-DISTNAME= unpv22e
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= The networking library used in UNIX Network Programming Volume 2 2e
-
-BROKEN= checksum mismatch
-DEPRECATED= has been broken for more than 6 months
-EXPIRATION_DATE=2009-01-19
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-
-.include <bsd.port.pre.mk>
-
-post-configure:
- ${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unpipc_config.h
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/libunpipc.a ${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/lib/unpipc.h ${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/config.h ${PREFIX}/include/unpipc_config.h
-
-.include <bsd.port.post.mk>