diff options
Diffstat (limited to 'misc/amanda32-client/Makefile')
-rw-r--r-- | misc/amanda32-client/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile new file mode 100644 index 0000000..f0d1b59 --- /dev/null +++ b/misc/amanda32-client/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: amanda +# Version required: 2.2.6 +# Date created: 28th Feb 1995 +# Whom: gpalmer +# +# $Id$ +# + +DISTNAME= amanda-2.2.6 +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ +MAINTAINER= gpalmer@FreeBSD.ORG +PATCH_STRIP= + +.include <bsd.port.mk> |