1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/irc/xchat-devel/Makefile
1999-03-31 15:25:59 +00:00

29 lines
690 B
Makefile

# New ports collection makefile for: xchat
# Version required: 0.9.4
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.8 1999/03/31 15:23:16 steve Exp $
#
DISTNAME= xchat-0.9.4
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>