summaryrefslogtreecommitdiff
path: root/net-mgmt/sipcalc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/sipcalc/Makefile')
-rw-r--r--net-mgmt/sipcalc/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-mgmt/sipcalc/Makefile b/net-mgmt/sipcalc/Makefile
deleted file mode 100644
index 26bfbd4c222f..000000000000
--- a/net-mgmt/sipcalc/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: sipcalc
-# Date created: 24.03.2002
-# Whom: Janos.Mohacsi@dante.org.uk
-#
-# $FreeBSD$
-#
-
-PORTNAME= sipcalc
-PORTVERSION= 1.1.1
-CATEGORIES= net ipv6
-MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/
-
-MAINTAINER= Janos.Mohacsi@bsd.hu
-
-LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-
-GNU_CONFIGURE= yes
-MAN1= sipcalc.1
-
-DOC_FILES= doc/sipcalc.txt
-
-post-install:
-.ifndef(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${DOC_FILES}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>