summaryrefslogtreecommitdiff
path: root/korean/bitchx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/bitchx/Makefile')
-rw-r--r--korean/bitchx/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile
deleted file mode 100644
index 43252c3b7a32..000000000000
--- a/korean/bitchx/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: BitchX ircII client patched for korean
-# Date created: 3 Jun 1999
-# Whom: JunSeon Oh <hollywar@mail.holywar.net>
-#
-# $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
-COMMENT= An alternative ircII color client support patched for korean
-
-DEPRECATED= Look like an abandonware, no more public distifles
-EXPIRATION_DATE= 2011-08-01
-
-WRKSRC= ${WRKDIR}/BitchX
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS= --without-plugins \
- --exec-prefix="${PREFIX}/share" \
- --bindir="${PREFIX}/bin" \
- --datadir="${PREFIX}/share" \
- --libdir="${PREFIX}/share"
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L{LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64 (needs -fPIC)
-.endif
-
-CONFIGURE_ARGS+=--without-gtk
-
-DOCSDIR= ${PREFIX}/share/doc/bitchx
-DATADIR= ${PREFIX}/share/bx
-
-post-patch:
- ${TOUCH} ${WRKSRC}/configure
-
-post-install:
- @(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx)
- ${MKDIR} ${DATADIR}/help/
- ${CP} -r ${WRKSRC}/bitchx-docs/* ${DATADIR}/help
- ${RMDIR} ${DATADIR}/help/4_Misc/fset
- ${RMDIR} ${DATADIR}/help/4_Misc/wset
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${DOCSDIR}/
-.endif
-
-.include <bsd.port.post.mk>