mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
20 lines
469 B
Makefile
20 lines
469 B
Makefile
# New ports collection makefile for: amanda
|
|
# Version required: 2.2.6.5
|
|
# Date created: 28th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $Id: Makefile,v 1.6 1996/11/11 05:49:06 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= amanda-2.2.6.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|