-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style and whitespace, no functional changes.
- Loading branch information
salo
committed
May 15, 2003
1 parent
eb9bf24
commit 8e9a97d
Showing
1 changed file
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: Makefile,v 1.19 2003/05/14 20:09:12 salo Exp $ | ||
# $NetBSD: Makefile,v 1.20 2003/05/15 09:18:07 salo Exp $ | ||
# | ||
|
||
DISTNAME= ircii-pana-1.0c19 | ||
|
@@ -13,20 +13,16 @@ MAINTAINER= [email protected] | |
HOMEPAGE= http://www.bitchx.org/ | ||
COMMENT= IRC client based on ircII | ||
|
||
USE_BUILDLINK2= yes | ||
USE_PKGINSTALL= yes | ||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS+= --with-ssl | ||
USE_BUILDLINK2= YES | ||
USE_PKGINSTALL= YES | ||
GNU_CONFIGURE= YES | ||
|
||
post-patch: | ||
@${MV} ${WRKSRC}/doc/BitchX.1 ${WRKSRC}/doc/BitchX.1.orig | ||
@${SED} ${FILES_SUBST_SED} \ | ||
${WRKSRC}/doc/BitchX.1.orig > ${WRKSRC}/doc/BitchX.1 | ||
CONFIGURE_ARGS= --with-ssl | ||
|
||
.if defined(BITCHX_WITH_GTK) | ||
.if defined(BITCHX_WITH_GTK) && !empty(BITCHX_WITH_GTK:M[Yy][Ee][Ss]) | ||
.include "../../graphics/imlib/buildlink2.mk" | ||
.include "../../x11/gnome-libs/buildlink2.mk" | ||
.include "../../x11/gtk/buildlink2.mk" | ||
.include "../../graphics/imlib/buildlink2.mk" | ||
CONFIGURE_ARGS+= --with-gtk | ||
CFLAGS+= -I${PREFIX}/include/gnome-1.0 | ||
PLIST_SUBST+= GTK="gtk" | ||
|
@@ -36,6 +32,11 @@ PLIST_SUBST+= GTK= | |
PLIST_SUBST+= NOT_GTK= | ||
.endif | ||
|
||
post-patch: | ||
@${MV} ${WRKSRC}/doc/BitchX.1 ${WRKSRC}/doc/BitchX.1.orig | ||
@${SED} ${FILES_SUBST_SED} \ | ||
${WRKSRC}/doc/BitchX.1.orig > ${WRKSRC}/doc/BitchX.1 | ||
|
||
.include "../../archivers/bzip2/buildlink2.mk" | ||
.include "../../devel/ncurses/buildlink2.mk" | ||
.include "../../security/openssl/buildlink2.mk" | ||
|