mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
2b74641467
PR: 10926 Submitted by: me
27 lines
655 B
Makefile
27 lines
655 B
Makefile
# New ports collection makefile for: amanda
|
|
# Version required: 2.3.0
|
|
# Date created: 28th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp $
|
|
#
|
|
|
|
DISTNAME= amanda-2.3.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/old-versions/
|
|
|
|
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} ${PREFIX}/share/examples/amanda
|
|
${CP} -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda
|
|
|
|
.include <bsd.port.mk>
|