summaryrefslogtreecommitdiff
path: root/misc/amanda/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda/Makefile')
-rw-r--r--misc/amanda/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile
new file mode 100644
index 00000000000..37f86e3f12b
--- /dev/null
+++ b/misc/amanda/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: amanda
+# Version required: 2.3.0
+# Date created: 28th Feb 1995
+# Whom: gpalmer
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/11 21:53:59 hubertf Exp $
+#
+
+DISTNAME= amanda-2.3.0
+CATEGORIES= misc
+MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
+
+MAINTAINER= gpalmer@FreeBSD.ORG
+
+PATCH_STRIP=
+MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \
+ amflush.8 amlabel.8 amrestore.8 amtape.8
+
+pre-configure:
+ echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags
+
+post-install:
+ mkdir -p ${PREFIX}/share/examples/amanda
+ cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
+
+.include <bsd.port.mk>