1999-09-21 09:05:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 1999/09/21 13:05:38 brad Exp $
|
1999-06-13 23:10:49 -04:00
|
|
|
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
|
|
|
|
1999-09-21 09:05:38 -04:00
|
|
|
DISTNAME= xchat-1.2.1
|
1999-06-13 23:10:49 -04:00
|
|
|
CATEGORIES= x11
|
1999-09-01 11:04:21 -04:00
|
|
|
MASTER_SITES= http://xchat.org/files/ \
|
|
|
|
http://xchat.linuxpower.org/files/
|
1999-07-11 12:32:45 -04:00
|
|
|
|
1999-09-21 09:05:38 -04:00
|
|
|
NEED_VERSION= 1.114
|
1999-06-13 23:10:49 -04:00
|
|
|
|
|
|
|
MAINTAINER= chris@dqc.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext \
|
|
|
|
glib.1.2:${PORTSDIR}/devel/glib \
|
|
|
|
gtk.1.2:${PORTSDIR}/x11/gtk+
|
|
|
|
|
|
|
|
USE_X11= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome --disable-imlib --disable-panel
|
1999-07-11 12:32:45 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
1999-06-13 23:10:49 -04:00
|
|
|
|
|
|
|
post-install:
|
1999-09-21 09:05:38 -04:00
|
|
|
@${STRIP} ${PREFIX}/bin/xchat
|
1999-07-11 12:32:45 -04:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/xchat && chmod a+rx ${PREFIX}/share/doc/xchat
|
1999-06-13 23:10:49 -04:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat
|
1999-07-11 12:32:45 -04:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
|
1999-06-13 23:10:49 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|