freebsd-ports/korean/bitchx/Makefile

58 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: BitchX ircII client patched for korean
# Date created: 3 Jun 1999
# Whom: JunSeon Oh <hollywar@mail.holywar.net>
#
1999-08-30 14:09:14 +02:00
# $FreeBSD$
#
PORTNAME= BitchX
PORTVERSION= 1.0c16
PORTREVISION= 6
CATEGORIES= korean irc
MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
PATCH_SITES= ftp://ftp.holywar.net/pub/FreeBSD/
PATCHFILES= bx-korean-aa.patch\
bx-korean-ab.patch\
bx-korean-ac.patch
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:35:09 +01:00
COMMENT= An alternative ircII color client support patched for korean
WRKSRC= ${WRKDIR}/BitchX
2000-10-05 09:22:56 +02:00
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --without-plugins \
2000-10-05 09:22:56 +02:00
--exec-prefix="${PREFIX}/share" \
--bindir="${PREFIX}/bin" \
--datadir="${PREFIX}/share" \
--libdir="${PREFIX}/share"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2000-10-05 09:22:56 +02:00
LIBS="-L{LOCALBASE}/lib"
2000-10-05 09:22:56 +02:00
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64 (needs -fPIC)"
.endif
2000-10-05 09:22:56 +02:00
CONFIGURE_ARGS+=--without-gtk
post-patch:
${TOUCH} ${WRKSRC}/configure
post-install:
1999-08-28 03:58:05 +02:00
@(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx)
.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
2000-10-05 09:22:56 +02:00
.include <bsd.port.post.mk>