aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcad/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-17 18:06:49 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-17 18:06:49 +0000
commitdb6b17714877823975028340037a614d98d1d88a (patch)
treed1350e24d399abc16687421ec8310488b1de7477 /net-mgmt/ipcad/Makefile
parenta88c948a5f9e392cdd50e7cde1bfc14bbfa3a355 (diff)
downloadports-db6b17714877823975028340037a614d98d1d88a.tar.gz
ports-db6b17714877823975028340037a614d98d1d88a.zip
Notes
Diffstat (limited to 'net-mgmt/ipcad/Makefile')
-rw-r--r--net-mgmt/ipcad/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile
new file mode 100644
index 000000000000..480d6c1ae15d
--- /dev/null
+++ b/net-mgmt/ipcad/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: ipcad
+# Date created: 15 April 2001
+# Whom: vlm@spelio.net.ru
+#
+# $FreeBSD$
+#
+
+PORTNAME= ipcad
+PORTVERSION= 2.0
+CATEGORIES= net
+MASTER_SITES= http://www.spelio.net.ru/soft/
+
+MAINTAINER= vlm@spelio.net.ru
+
+post-install:
+ strip ${PREFIX}/bin/ipcad
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/ipcad
+ ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ipcad
+.endif
+
+.include <bsd.port.mk>