openbsd-ports/net/unison/Makefile.inc

57 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile.inc,v 1.5 2006/12/26 22:39:31 avsm Exp $
DISTNAME= unison-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
MAINTAINER= Zvezdan Petkovic <zpetkovic@acm.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m util
MODULES= lang/ocaml
USE_GMAKE= Yes
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR:L:Mno_x11}
MAKE_FLAGS= UISTYLE=text
.else
BUILD_DEPENDS+= ::x11/lablgtk
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
MAKE_FLAGS= UISTYLE=gtk
USE_X11= Yes
WANTLIB+= X11 Xext Xi glib gmodule iconv intl
.endif
# CFLAGS _must_ be empty. This is an OCaml compiler.
MAKE_FLAGS+= NATIVE=${MODOCAML_NATIVE:S/Yes/true/:S/No/false/} \
OCAMLOPT=ocamlopt.opt \
CFLAGS=
# We are still not sure whether ocaml works -with-pthreads on all
# architectures. For now keep it at default false.
# MAKE_FLAGS+= THREADS=true
NO_REGRESS= Yes
# Avoid multiple all:: entries and use the real target entry.
ALL_TARGET= unison
DOCS= BUGS.txt NEWS README
# Avoid the nightmare of their Makefile install target.
# Do not use INSTALL_PROGRAM, as the bytecode version must not be stripped!
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/unison ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unison
@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/unison