29 lines
681 B
Makefile
29 lines
681 B
Makefile
# OpenBSD makefile for: amanda
|
|
# Version required: 2.3.0
|
|
# Date created: 9 Dec 1997
|
|
# Whom: ejovi
|
|
#
|
|
# $OpenBSD: Makefile,v 1.2 1998/01/16 11:29:25 niklas Exp $
|
|
#
|
|
|
|
DISTNAME= amanda-2.3.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
|
|
|
|
MAINTAINER= joey@OpenBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/bin/gtar:${PORTSDIR}/archivers/gtar
|
|
|
|
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>
|