aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ecu/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-06 05:02:52 +0800
committermiwi <miwi@FreeBSD.org>2007-01-06 05:02:52 +0800
commit8ef7ab84a7eab90525e0c7b2286478730f38da21 (patch)
tree6ac25c9ce3dc68c60b0c445c37fceacc65eaa071 /comms/ecu/Makefile
parent8941de097b2f69b5da595c054c8741087f598eaa (diff)
downloadfreebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.tar.gz
freebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.tar.zst
freebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.zip
2006-12-27 comms/ecu: is unfetchable and project homepage disappeared
Diffstat (limited to 'comms/ecu/Makefile')
-rw-r--r--comms/ecu/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
deleted file mode 100644
index d0214e349e09..000000000000
--- a/comms/ecu/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: ecu
-# Date created: Feb 18, 1995
-# Whom: ache
-#
-# $FreeBSD$
-#
-
-PORTNAME= ecu
-PORTVERSION= 4.30
-PORTREVISION= 1
-CATEGORIES= comms
-MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Extended Call Utility
-
-DEPRECATED= is unfetchable and project homepage disappeared
-EXPIRATION_DATE= 2006-12-27
-
-MAN1= ecu.1
-
-do-configure:
- cd ${WRKSRC}; yes "" | ./Configure
-
-pre-patch:
- @${REINPLACE_CMD} -e "s|#include *<malloc.h>||g" \
- ${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \
- ${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c
-
-post-install:
- cd ${WRKSRC}; \
- ${INSTALL_MAN} ecu.1 ${PREFIX}/man/man1/ecu.1; \
- cd ${WRKSRC}/doc; \
- ${MKDIR} ${PREFIX}/share/doc/ecu; \
- ${INSTALL_MAN} ecu.man ${PREFIX}/share/doc/ecu/ecu.txt; \
- ${INSTALL_MAN} proc.man ${PREFIX}/share/doc/ecu/proc.txt
-
-.include <bsd.port.mk>