1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/korean/bitchx/Makefile

59 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 12:09:14 +00:00
# $FreeBSD$
#
PORTNAME= BitchX
PORTVERSION= 1.0c16
PORTREVISION= 3
CATEGORIES= korean irc gnome
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= hollywar@mail.holywar.net
WRKSRC= ${WRKDIR}/BitchX
2000-10-05 07:22:56 +00:00
USE_AUTOCONF_VER=213
USE_GMAKE= yes
2000-10-05 07:22:56 +00:00
CONFIGURE_ARGS= --with-plugins \
--exec-prefix="${PREFIX}/share" \
--bindir="${PREFIX}/bin" \
--datadir="${PREFIX}/share" \
--libdir="${PREFIX}/share"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2000-10-05 07:22:56 +00:00
LIBS="-L{LOCALBASE}/lib"
2000-10-05 07:22:56 +00:00
.include <bsd.port.pre.mk>
2000-10-05 07:22:56 +00: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
.endif
post-install:
1999-08-28 01:58:05 +00: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 07:22:56 +00:00
.include <bsd.port.post.mk>