pkgsrc/devel/coconut/Makefile
jlam a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:56 jlam Exp $
#
DISTNAME= coconut-0.3.0
PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/coconut/ \
${MASTER_SITE_SOURCEFORGE:=coconut-lib/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/coconut-lib/
COMMENT= Objective-C library for Unix-like systems
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
USE_X11= YES
GNU_CONFIGURE= YES
CPPFLAGS+= -I${PREFIX}/include/libxml2/libxml -DGL_GLEXT_LEGACY
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
pre-configure:
cd ${WRKSRC} && \
${CP} configure configure.old && \
${SED} < configure.old > configure \
's|^\(INCLUDE_DIR_LIST=\).*|\1"${PREFIX}/include ${X11PREFIX}/include"|'
.include "../../graphics/gtkglext/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../textproc/libxslt/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
.include "../../devel/papaya/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"
.include "../../net/gnet1/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"