aboutsummaryrefslogtreecommitdiff
path: root/net-im/naim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/naim/Makefile')
-rw-r--r--net-im/naim/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/naim/Makefile b/net-im/naim/Makefile
deleted file mode 100644
index b2e12729ce4f..000000000000
--- a/net-im/naim/Makefile
+++ /dev/null
@@ -1,27 +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.4.13
-CATEGORIES= net
-MASTER_SITES= http://www.acm.rpi.edu/~n/naim/
-
-MAINTAINER= rtdean@cytherianage.net
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/p1//}
-GNU_CONFIGURE= yes
-
-MAN1= naim.1
-
-post-install:
-.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${DOCSDIR}
- @ ${INSTALL_DATA} ${WRKSRC}/doc/naim.hlp ${DOCSDIR}
- @ ${INSTALL_DATA} ${WRKSRC}/doc/COLORS ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>