summaryrefslogtreecommitdiff
path: root/net/xchat/Makefile
blob: 25757975feba13a9be62ab577f0cb81fedb50176 (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
# $NetBSD: Makefile,v 1.3 1999/08/29 12:48:59 rh Exp $

DISTNAME=	xchat-1.0.0
CATEGORIES=	net x11 gnome
MASTER_SITES=	${HOMEPAGE}/files/

MAINTAINER=	tron@netbsd.org
HOMEPAGE=	http://xchat.linuxpower.org/

DEPENDS+=	gnome-core-1.0.9:../../x11/gnome-core

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_PERL5=	yes
USE_X11BASE=	yes

pre-configure:
	@${TOUCH} ${WRKSRC}/stamp-h.in

post-install:
	${MKDIR} ${PREFIX}/share/doc/xchat
	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat

.include "../../mk/bsd.pkg.mk"