diff options
author | tonio <tonio@pkgsrc.org> | 2006-12-11 23:00:31 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-12-11 23:00:31 +0000 |
commit | 006618d3ded966bd79a2821d5d0006f3aa11e0bf (patch) | |
tree | 0b7588656451132f3f440b690c8f13a343eadfad /net/unison-devel | |
parent | 5a93f17453d2e2c2a88e603ed1ed96bbe735d046 (diff) | |
download | pkgsrc-006618d3ded966bd79a2821d5d0006f3aa11e0bf.tar.gz |
Add optional support for the lablgtk2 interface for unison
Patch provided by Brian de Alwis in pkg/35114
Diffstat (limited to 'net/unison-devel')
-rw-r--r-- | net/unison-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index 6a8052e4f52..9906d0037dc 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/06 06:22:35 reed Exp $ +# $NetBSD: Makefile,v 1.16 2006/12/11 23:00:52 tonio Exp $ DISTNAME= unison-2.17.1 PKGREVISION= 2 @@ -17,9 +17,10 @@ BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.08.2 # docs: unison-manual.pdf/html/ps/dvi WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake -MAKE_FLAGS+= CFLAGS="" UISTYLE=text +MAKE_FLAGS+= CFLAGS="" MAKE_ENV+= HOME=${WRKDIR:Q} +.include "../../net/unison/options.mk" .include "../../mk/bsd.prefs.mk" .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "sparc") @@ -35,9 +36,9 @@ MAKE_FLAGS+= THREADS=true .endif INSTALLATION_DIRS= bin +INSTALLATION_DIRS+= share/doc/unison post-install: - ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/unison ${INSTALL_MAN} ${WRKSRC}/BUGS.txt ${PREFIX}/share/doc/unison ${INSTALL_MAN} ${WRKSRC}/CONTRIB ${PREFIX}/share/doc/unison ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/unison |