diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 16:28:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 16:28:54 +0000 |
commit | 21f7493267883663545e62b7f5671c688eaf574c (patch) | |
tree | 8353f28e1b8cb0a52b29f30330c186528c9848eb /chat/bitchx/Makefile | |
parent | 24b2caa7b8be9eda20ba6ee38a185a68230e0ad9 (diff) | |
download | pkgsrc-21f7493267883663545e62b7f5671c688eaf574c.tar.gz |
Convert to options framework.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index f42fe9373f5..2928daa1e4c 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/05/31 16:36:40 wiz Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 @@ -19,24 +19,13 @@ USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ssl +.include "options.mk" .include "../../mk/bsd.prefs.mk" + .if ${OPSYS} == "Darwin" CFLAGS+= -DBIND_8_COMPAT .endif -.if defined(BITCHX_WITH_GTK) && !empty(BITCHX_WITH_GTK:M[Yy][Ee][Ss]) -.include "../../graphics/imlib/buildlink3.mk" -.include "../../x11/gnome-libs/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" -CONFIGURE_ARGS+= --with-gtk -CFLAGS+= -I${PREFIX}/include/gnome-1.0 -PLIST_SUBST+= GTK="gtk" -PLIST_SUBST+= NOT_GTK="@comment " -.else -PLIST_SUBST+= GTK= -PLIST_SUBST+= NOT_GTK= -.endif - post-patch: @${MV} ${WRKSRC}/doc/BitchX.1 ${WRKSRC}/doc/BitchX.1.orig @${SED} ${FILES_SUBST_SED} \ |