summaryrefslogtreecommitdiff
path: root/net/unison-devel
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-12-11 23:00:31 +0000
committertonio <tonio@pkgsrc.org>2006-12-11 23:00:31 +0000
commit1cf11017015228e1b6c230f499bd4257071933d1 (patch)
tree0b7588656451132f3f440b690c8f13a343eadfad /net/unison-devel
parentde64642ed0da7a0a6dfbfdea5ccdef5de90cde08 (diff)
downloadpkgsrc-1cf11017015228e1b6c230f499bd4257071933d1.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/Makefile7
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