openbsd-ports/x11/gnustep/gnustep.port.mk
ajacoutot 98b562b6a0 - set NO_SYSTRACE for now as plmerge needs to create a lock directory
under the user's homedir

This is a temporary workaround until I can come up with a better
solution (it's not as easy as it may look).
2007-12-10 16:18:22 +00:00

27 lines
647 B
Makefile

# $OpenBSD: gnustep.port.mk,v 1.5 2007/12/10 16:18:22 ajacoutot Exp $
# until tested on others
ONLY_FOR_ARCHS= i386 amd64
# plmerge needs to create a lock directory under the user's homedir
NO_SYSTRACE= Yes
SHARED_ONLY= Yes
CATEGORIES+= x11/gnustep
USE_GMAKE?= Yes
MAKE_FILE?= GNUmakefile
BUILD_DEPENDS+= :gnustep-make-*:x11/gnustep/make
RUN_DEPENDS+= :gnustep-make-*:x11/gnustep/make
MAKE_FLAGS+= CC="${CC}" CPP="${CC} -E" OPTFLAG="${CFLAGS}"
MAKE_ENV+= GNUSTEP_MAKEFILES=`gnustep-config --variable=GNUSTEP_MAKEFILES`
MAKE_ENV+= INSTALL_AS_USER=${BINOWN}
MAKE_ENV+= INSTALL_AS_GROUP=${BINGRP}
MAKE_ENV+= messages=yes
MAKE_ENV+= debug=no