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/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile
deleted file mode 100644
index 29bb0c31ff10..000000000000
--- a/net-im/naim/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: naim
-# Date created: 02 March 1999
-# Whom: mharo@area51.fremont.ca.us
-#
-# $FreeBSD$
-#
-
-PORTNAME= naim
-PORTVERSION= 0.9.5.2
-CATEGORIES= net
-MASTER_SITES= http://dev.n.ml.org/ \
- ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
-DISTNAME= naim-0.9.5-nicer2
-
-MAINTAINER= mharo@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-# Manpage is empty
-#MAN1= naim.1
-
-post-install:
- @ ${RM} ${PREFIX}/man/man1/naim.1
- @ ${MKDIR} ${PREFIX}/share/examples/naim
- @ ${INSTALL_DATA} ${WRKSRC}/doc/faimrc_sample ${PREFIX}/share/examples/naim/
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/naim
- @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${PREFIX}/share/doc/naim/
-.endif
- @ ${ECHO} "************************************************************"
- @ ${CAT} ${PKGDIR}/MESSAGE
- @ ${ECHO} "************************************************************"
-
-.include <bsd.port.mk>