aboutsummaryrefslogtreecommitdiffstats
path: root/irc/xchat1/Makefile
blob: 58002ecc986eb3119c99016d0951e267e2084d8a (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
24
25
26
27
28
# New ports collection makefile for:    xchat
# Version required:     0.9.3
# Date created:         17 Nov 1998
# Whom:             Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.6 1999/03/05 16:49:58 nectar Exp $
#

DISTNAME=   xchat-0.9.3
CATEGORIES= net
MASTER_SITES=   http://xchat.linuxpower.org/files/ \
        http://www.ozemail.com.au/~peterzelezny/xchat/ \
        http://www.spyda.co.za/pub/linux/x11/irc/xchat/

MAINTAINER= jim@phrantic.phear.net

LIB_DEPENDS=    gtk12.1:${PORTSDIR}/x11-toolkits/gtk12

USE_GMAKE=  yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-gnome
CONFIGURE_ENV=  GTK_CONFIG="${X11BASE}/bin/gtk12-config" 

post-install: 
    strip ${PREFIX}/bin/xchat 

.include <bsd.port.mk>