summaryrefslogtreecommitdiff
path: root/comms/comserv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/comserv/Makefile')
-rw-r--r--comms/comserv/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/comms/comserv/Makefile b/comms/comserv/Makefile
deleted file mode 100644
index 485aeed582f6..000000000000
--- a/comms/comserv/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= comserv
-PORTVERSION= 1.4.4
-CATEGORIES= comms net
-MASTER_SITES= https://BSDforge.com/projects/source/comms/comserv/
-
-MAINTAINER= portmaster@BSDforge.com
-COMMENT= Access local serial ports via network connections
-WWW= https://BSDforge.com/projects/comms/comserv/
-
-LICENSE= BSD2CLAUSE
-
-DEPRECATED= Abandonware, last release in 2002. Consider using comms/remserial
-EXPIRATION_DATE=2024-02-29
-
-USES= tar:xz
-
-PLIST_FILES= sbin/comservd etc/comservd.conf.sample \
- etc/rc.d/comservd.sh.sample man/man8/comservd.8.gz
-
-.include <bsd.port.mk>