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/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile
deleted file mode 100644
index 26a10a5d4337..000000000000
--- a/net-im/naim/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: naim
-# Date created: 02 March 1999
-# Whom: mharo@area51.fremont.ca.us
-#
-# $FreeBSD$
-#
-
-PORTNAME= naim
-PORTVERSION= 0.11.6
-CATEGORIES= net irc
-MASTER_SITES= http://shell.n.ml.org/n/naim/
-
-MAINTAINER= rtdean@cytherianage.net
-COMMENT= Curses based AOL Instant Messager implementation
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-nirc-manlink \
- --with-pkgdocdir=${DOCSDIR}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-MAN1= naim.1
-MLINKS= naim.1 nirc.1 naim.1 nicq.1 naim.1 nlily.1
-
-.if defined(WITH_DETACH)
-BUILD_DEPENDS= screen:${PORTSDIR}/misc/screen
-RUN_DEPENDS= screen:${PORTSDIR}/misc/screen
-
-CONFIGURE_ARGS+= --enable-detach
-.endif
-
-pre-fetch:
- @ ${ECHO} ""
- @ ${ECHO} "You can use the following build option(s):"
- @ ${ECHO} ""
- @ ${ECHO} " WITH_DETACH=yes Enables /detach (requires screen)"
- @ ${ECHO} ""
-
-.include <bsd.port.mk>