openbsd-ports/net/xchat/Makefile

36 lines
954 B
Makefile
Raw Normal View History

2000-03-05 13:30:21 -05:00
# $OpenBSD: Makefile,v 1.15 2000/03/05 18:30:39 espie Exp $
# $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
CATEGORIES= x11
2000-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
MASTER_SITES= http://xchat.org/files/source/1.2/ \
http://xchat.linuxpower.org/files/source/1.2/
1999-07-11 12:32:45 -04:00
MAINTAINER= chris@dqc.org
2000-02-12 03:02:07 -05:00
LICENSE_TYPE= GPL
2000-03-05 13:30:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-03-05 13:30:21 -05:00
LIB_DEPENDS= intl:devel/gettext \
gtk.1.2:x11/gtk+
2000-03-05 13:30:21 -05:00
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"
post-install:
@strip ${PREFIX}/bin/xchat
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/xchat
.include <bsd.port.mk>