summaryrefslogtreecommitdiff
path: root/net-im/naim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/naim/Makefile')
-rw-r--r--net-im/naim/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile
deleted file mode 100644
index 594b36f358be..000000000000
--- a/net-im/naim/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# Created by: Michael Haro <mharo@area51.fremont.ca.us>
-# $FreeBSD$
-
-PORTNAME= naim
-PORTVERSION= 0.11.8.3.2
-CATEGORIES= net-im irc
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Console ncurses-based AIM, ICQ, IRC, and Lily client
-
-LICENSE= GPLv2
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-GNU_CONFIGURE= yes
-USES= ncurses tar:bzip2
-
-PORTDOCS= FAQ README commands.txt keyboard.txt
-
-OPTIONS_DEFINE= DETACH DOCS
-DETACH_DESC= Enable 'detach' feature (requires misc/screen)
-
-.include <bsd.port.options.mk>
-
-# Fix parallel (-jX) builds: events.c #include's generated "conio_cmds.h"
-post-patch:
- @${ECHO_CMD} 'events.o: conio_cmds.h' >> ${WRKSRC}/src/Makefile.in
-
-.if ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+= --with-pkgdocdir=${DOCSDIR}
-.else
-CONFIGURE_ARGS+= --without-pkgdocdir
-.endif
-
-.if ${PORT_OPTIONS:MDETACH}
-RUN_DEPENDS= screen:sysutils/screen
-CONFIGURE_ARGS+= --enable-detach
-.endif
-
-.include <bsd.port.mk>