blob: 70f7d2b69bfd3e61f6570b00b8e9d451d99112ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.5 2001/02/23 19:17:39 hubertf Exp $
DISTNAME= xchat-1.6.2
CATEGORIES= chat x11 gnome
MASTER_SITES= ${HOMEPAGE}/files/source/1.6/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit
DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core
DEPENDS+= python>=2.0:../../lang/python
USE_GMAKE= yes
USE_PERL5= yes
USE_X11BASE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
pre-configure:
@${TOUCH} ${WRKSRC}/stamp-h.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
.include "../../mk/bsd.pkg.mk"
|