3ef633718c
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
26 lines
818 B
Makefile
26 lines
818 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/03/14 19:37:32 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= fugu-1.0
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://fugu.gale.org/dist/
|
|
|
|
MAINTAINER= lukem@netbsd.org
|
|
HOMEPAGE= http://fugu.gale.org
|
|
COMMENT= graphical client for the gale secure instant messaging system
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 20 21 # no 22 - uses Makefile.pre.in
|
|
|
|
USE_BUILDLINK2= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= vi_cv_path_python=${PYTHONBIN}
|
|
LDFLAGS+= -L${BUILDLINK_PREFIX.py-Pmw}/lib \
|
|
-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.py-Pmw}/lib
|
|
CPPFLAGS+= -I${BUILDLINK_PREFIX.py-Pmw}/include \
|
|
-I${BUILDLINK_PREFIX.rsaref}/include/rsaref \
|
|
-I${BUILDLINK_PREFIX.rsaref}/include
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../security/rsaref/buildlink2.mk"
|
|
.include "../../x11/py-Pmw/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|