blob: 0040cf152bfd4c82e9eaf9b12d4d4926c2a2fa93 (
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
|
# $NetBSD: Makefile,v 1.8 1999/10/23 11:08:57 tron Exp $
DISTNAME= xchat-1.2.1
CATEGORIES= net x11 gnome
MASTER_SITES= ${HOMEPAGE}/files/v1.2/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://xchat.org/
DEPENDS+= gnome-core-*:../../x11/gnome-core
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"
|