sthen bded825a26 bump REVISION on gnustep ports where libestdc++ has been removed due to
switching to clang in base.

add COMPILER_LIBCXX where c++abi is used. there will be some "Extra"s but
this is the simplest way to use c++abi on base=clang and estdc++ on base=gcc
arches.
2017-07-27 11:01:32 +00:00

21 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.12 2017/07/27 11:01:33 sthen Exp $
COMMENT = GNUstep based trace visualization tool
REVISION = 10
DISTNAME = Paje-1.98
SHARED_LIBS += General 0.0
HOMEPAGE = http://paje.sourceforge.net/
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=paje/}
MODULES = x11/gnustep
WANTLIB += ${COMPILER_LIBCXX}
MAKE_FLAGS += General_INTERFACE_VERSION=${LIBGeneral_VERSION}
GENERALLIBDIR = lib/GNUstep/Frameworks/General.framework/Versions/${LIBGeneral_VERSION}
SUBST_VARS += GENERALLIBDIR
.include <bsd.port.mk>