openbsd-ports/misc/amanda/Makefile
espie 46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00

41 lines
899 B
Makefile

# $OpenBSD: Makefile,v 1.14 2000/10/22 15:42:43 espie Exp $
DISTNAME= amanda-2.4.1p1
CATEGORIES= misc
NEED_VERSION= 1.305
FAKE=No
MAINTAINER= ports@openbsd.org
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--localstatedir=/var \
--with-gnutar_list_dir=/var/db/amanda/gnutar-lists \
--with-user=operator \
--with-group=operator
EXAMPLE_DIR= ${PREFIX}/share/examples/amanda
post-install:
@cd ${WRKSRC}; \
${INSTALL_DATA_DIR} ${EXAMPLE_DIR}; \
${INSTALL_DATA} docs/* ${EXAMPLE_DIR}; \
${INSTALL_DATA} example/*.ps ${EXAMPLE_DIR}; \
(cd example; \
for f in *.conf; do \
sed -e 's,usr/adm,var,' \
-e 's,/usr/local,,' $$f > ${EXAMPLE_DIR}/$$f; \
done)
.include <bsd.port.mk>