blob: d33b37e0e86d7d31643bb5ecab8fc7c476ca909e (
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
29
|
# $NetBSD: Makefile,v 1.11 2000/03/13 10:34:31 tron Exp $
DISTNAME= xchat-1.4.1
CATEGORIES= net x11 gnome
MASTER_SITES= ${HOMEPAGE}/files/source/1.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://xchat.org/
DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core
DEPENDS+= python>=1.5.2:../../lang/pyhton
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_X11BASE= yes
pre-configure:
@${TOUCH} ${WRKSRC}/stamp-h.in
#post-configure:
# @cd ${WRKSRC} && ${LN} -fs myconfig.h config.h
post-install:
${MKDIR} ${PREFIX}/share/doc/xchat
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat
.include "../../mk/bsd.pkg.mk"
|