freebsd-ports/irc/xchat-gnome/Makefile

51 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: xchat
1999-08-16 08:43:16 +02:00
# Version required: 1.1.8
# Date created: 17 Nov 1998
1999-08-12 09:55:42 +02:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-22 21:01:07 +02:00
# $Id: Makefile,v 1.22 1999/08/16 06:43:15 jim Exp $
#
1999-08-16 08:43:16 +02:00
DISTNAME= xchat-1.1.8
CATEGORIES= irc
MASTER_SITES= http://xchat.org/files/beta/ \
http://xchat.linuxpower.org/files/beta/
1999-08-12 09:55:42 +02:00
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
.if defined(USE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
.if defined(USE_PANEL)
CONFIGURE_ARGS+= --enable-panel
.else
CONFIGURE_ARGS+= --disable-panel
.endif
.else
CONFIGURE_ARGS+= --disable-gnome
.endif
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
post-install:
@strip ${PREFIX}/bin/xchat
.if !defined(NOPORTDOCS)
1999-08-12 09:55:42 +02:00
@${ECHO} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat"
1999-08-22 21:01:07 +02:00
@${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat
@${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
.include <bsd.port.mk>