1999-08-25 02:07:43 -04:00
|
|
|
# New ports collection makefile for: BitchX ircII client patched for korean
|
|
|
|
# Date created: 3 Jun 1999
|
2000-07-07 08:17:19 -04:00
|
|
|
# Whom: JunSeon Oh <hollywar@mail.holywar.net>
|
1999-08-25 02:07:43 -04:00
|
|
|
#
|
1999-08-30 08:09:14 -04:00
|
|
|
# $FreeBSD$
|
1999-08-25 02:07:43 -04:00
|
|
|
#
|
|
|
|
|
2000-07-07 08:17:19 -04:00
|
|
|
PORTNAME= BitchX
|
|
|
|
PORTVERSION= 1.0c16
|
2000-12-24 09:29:41 -05:00
|
|
|
PORTREVISION= 3
|
2000-07-07 08:17:19 -04:00
|
|
|
CATEGORIES= korean irc gnome
|
2001-03-12 09:17:58 -05:00
|
|
|
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
|
2000-07-07 08:17:19 -04:00
|
|
|
|
2000-10-25 07:51:00 -04:00
|
|
|
PATCH_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
|
|
|
|
PATCHFILES= bx-korean-aa.patch\
|
|
|
|
bx-korean-ab.patch\
|
|
|
|
bx-korean-ac.patch
|
2000-07-07 08:17:19 -04:00
|
|
|
PATCH_DIST_STRIP= -p1
|
1999-08-25 02:07:43 -04:00
|
|
|
|
|
|
|
MAINTAINER= hollywar@mail.holywar.net
|
|
|
|
|
2000-10-25 07:51:00 -04:00
|
|
|
WRKSRC= ${WRKDIR}/BitchX
|
2000-10-05 03:22:56 -04:00
|
|
|
|
2002-01-06 01:20:22 -05:00
|
|
|
USE_AUTOCONF_VER=213
|
2000-07-07 08:17:19 -04:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 03:22:56 -04:00
|
|
|
CONFIGURE_ARGS= --with-plugins \
|
|
|
|
--exec-prefix="${PREFIX}/share" \
|
|
|
|
--bindir="${PREFIX}/bin" \
|
|
|
|
--datadir="${PREFIX}/share" \
|
|
|
|
--libdir="${PREFIX}/share"
|
2000-07-07 08:17:19 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-10-05 03:22:56 -04:00
|
|
|
LIBS="-L{LOCALBASE}/lib"
|
2000-07-07 08:17:19 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
1999-08-25 02:07:43 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
CONFIGURE_ARGS+=--with-gtk
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--without-gtk
|
|
|
|
.endif
|
|
|
|
.if defined(HAVE_ESOUND)
|
|
|
|
USE_ESOUND= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-sound
|
2000-07-07 08:17:19 -04:00
|
|
|
.endif
|
1999-08-25 02:07:43 -04:00
|
|
|
|
2000-07-07 08:17:19 -04:00
|
|
|
post-install:
|
1999-08-27 21:58:05 -04:00
|
|
|
@(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx)
|
2000-07-07 08:17:19 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/bx/help
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/bitchx
|
|
|
|
${CP} -r ${WRKSRC}/bitchx-docs/* ${PREFIX}/share/bx/help
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx
|
|
|
|
${RMDIR} ${PREFIX}/share/bx/help/4_Misc/fset
|
|
|
|
${RMDIR} ${PREFIX}/share/bx/help/4_Misc/wset
|
|
|
|
.endif
|
1999-08-25 02:07:43 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.post.mk>
|