aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat2/Makefile
blob: 6df5ebb26ffd0f18f8f4aae78a8787d2a5c32644 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    xchat
# Version required:     0.3.1
# Date created:         17 Nov 1998
# Whom:             Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.2 1998/11/19 15:08:31 vanilla Exp $
#

DISTNAME=   xchat-0.3.1
CATEGORIES= net
MASTER_SITES=   http://users.mentasm.com/~zed/xchat/files/

MAINTAINER= jim@phrantic.phear.net

LIB_DEPENDS=    gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
        gnomeui.0:${PORTSDIR}/x11/gnomelibs

USE_GMAKE=  yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  GTK_CONFIG="${X11BASE}/bin/gtk11-config"

.include <bsd.port.mk>