diff options
author | recht <recht> | 2004-01-28 11:22:24 +0000 |
---|---|---|
committer | recht <recht> | 2004-01-28 11:22:24 +0000 |
commit | ebba38375fbf6f3bbe9dc90d4335c43b603a965c (patch) | |
tree | 20508fde79ac30319425299a858aba7343e836f9 /devel/tla/Makefile | |
parent | 1fd25bd5cd0c6a9549afcf9f0a4bf0c5d01aade5 (diff) | |
download | pkgsrc-ebba38375fbf6f3bbe9dc90d4335c43b603a965c.tar.gz |
update to tla 1.1 (release)
also, take maintainership (approved by schmonz@)
There have been a lot of changes/fixes since pre8. See the ChangeLog(s)
in the distribution for more details.
From the pkgsrc side: let tla depend on gnu diff/tar.
Diffstat (limited to 'devel/tla/Makefile')
-rw-r--r-- | devel/tla/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 504db04e230..3430b91d077 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,24 +1,28 @@ -# $NetBSD: Makefile,v 1.3 2004/01/22 08:24:31 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/28 11:22:24 recht Exp $ # -DISTNAME= tla-1.1pre8 -PKGNAME= tla-1.1.0.8 +DISTNAME= tla-1.1 CATEGORIES= devel MASTER_SITES= http://regexps.srparish.net/src/tla/ -MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://arch.fifthvision.net/bin/view/Arch/WebHome +MAINTAINER= recht@NetBSD.org +HOMEPAGE= http://regexps.srparish.net/www/ COMMENT= Revision control system ideal for widely distributed development DEPENDS+= patch-[0-9]*:../../devel/patch +DEPENDS+= diffutils-[0-9]*:../../devel/diffutils +DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build USE_GNU_TOOLS+= make HAS_CONFIGURE= # defined CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS+= --prefix ${PREFIX} +CONFIGURE_ARGS+= --prefix=${PREFIX} +CONFIGURE_ARGS+= --with-gnu-diff=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}/gdiff +CONFIGURE_ARGS+= --with-gnu-diff3=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}/gdiff CONFIGURE_ARGS+= --with-gnu-patch=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}patch +CONFIGURE_ARGS+= --with-gnu-tar=${PREFIX}/bin/${GNU_PROGRAM_PREFIX}tar HTMLDIR= ${PREFIX}/share/doc/html/arch EXAMPLESDIR= ${PREFIX}/share/examples/arch |