diff options
Diffstat (limited to 'devel/rpc2/Makefile')
-rw-r--r-- | devel/rpc2/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/rpc2/Makefile b/devel/rpc2/Makefile deleted file mode 100644 index 92a5c9d23296..000000000000 --- a/devel/rpc2/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= rpc2 -DISTVERSION= 2.14 -CATEGORIES= devel -MASTER_SITES= http://ftp.coda.cs.cmu.edu/pub/rpc2/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Interprocess communication library -WWW= http://www.coda.cs.cmu.edu/ - -DEPRECATED= Outdated, unsupported upstream and unmaintained for years in tree -EXPIRATION_DATE=2025-07-31 - -LICENSE= LGPL20 - -LIB_DEPENDS= liblwp.so:devel/lwp - -USES= gmake libtool pathfix pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip - -.include <bsd.port.mk> |