diff options
author | Chris Timmons <cwt@FreeBSD.org> | 2001-01-27 17:18:38 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 2001-01-27 17:18:38 +0000 |
commit | 33eba68847e762d89d0eee58efc466cccf4b113b (patch) | |
tree | 224462daf05875f0a1d9f24e10eba16ed38ce9d8 /misc/amanda24-server/Makefile | |
parent | Enable zoom future on alpha with XFree86-4. (diff) |
Amanda 2.4.2. Uses gmake to work around bin/23328. Changer support enabled but untested.
Notes
Notes:
svn path=/head/; revision=37650
Diffstat (limited to 'misc/amanda24-server/Makefile')
-rw-r--r-- | misc/amanda24-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index d94fc5f5ab17..98d8de8e8520 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-server/Makefile @@ -6,18 +6,18 @@ # PORTNAME= amanda -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 +WRKSRC= ${WRKDIR}/amanda-2.4.2 NO_LATEST_LINK= yes +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -28,9 +28,9 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ PATCH_STRIP= MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 + amdump.8 amflush.8 amgetconf.8 amlabel.8 amoverview.8 \ + amplot.8 amrecover.8 amreport.8 amrestore.8 amrmtape.8 \ + amstatus.8 amtape.8 amtoc.8 amverify.8 post-install: ${MKDIR} ${PREFIX}/share/examples/amanda |