1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/irc/xchat-gnome/Makefile

58 lines
1.6 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: xchat
# Date created: 17 Nov 1998
1999-08-12 07:55:42 +00:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
2000-10-03 05:48:54 +00:00
PORTNAME= xchat
PORTVERSION= 1.4.3
CATEGORIES+= irc gnome
MASTER_SITES= http://xchat.org/files/source/1.4/ \
http://xchat.linuxpower.org/files/source/1.4/
2000-10-03 05:48:54 +00:00
MAINTAINER= jim@FreeBSD.org
2000-10-03 05:48:54 +00:00
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
2000-10-05 07:22:56 +00:00
USE_IMLIB= yes
WANT_GNOME= yes
2000-10-03 05:48:54 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-python
2000-10-05 07:22:56 +00:00
.include <bsd.port.pre.mk>
.if defined(WITH_SOCKS)
2000-10-05 07:22:56 +00:00
BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5
2000-10-03 05:48:54 +00:00
CONFIGURE_ARGS+=--enable-socks
2000-04-14 18:18:37 +00:00
.endif
2000-10-05 07:22:56 +00:00
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS+=--enable-gnome --enable-panel --enable-gdk-pixbuf
.else
2000-10-05 07:22:56 +00:00
CONFIGURE_ARGS+=--disable-gnome --disable-gdk-pixbuf
.endif
2000-10-05 07:22:56 +00:00
pre-patch:
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
post-install:
.if !defined(NOPORTDOCS)
2000-10-05 07:22:56 +00:00
@${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
1999-08-22 19:01:07 +00:00
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
2000-10-03 05:48:54 +00:00
${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat
.endif
2000-10-05 07:22:56 +00:00
.include <bsd.port.post.mk>