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

25 lines
610 B
Makefile
Raw Normal View History

# New ports collection makefile for: xchat
1999-01-17 19:57:11 +00:00
# Version required: 0.5.1
# Date created: 17 Nov 1998
# Whom: Jim Mock <jim@phrantic.phear.net>
#
1999-01-17 19:57:11 +00:00
# $Id: Makefile,v 1.4 1998/12/08 21:25:17 sada Exp $
#
1999-01-17 19:57:11 +00:00
DISTNAME= xchat-0.5.1
CATEGORIES= net
1999-01-17 19:57:11 +00:00
MASTER_SITES= http://xchat.linuxpower.org/files/ \
http://www.spyda.co.za/pub/linux/x11/irc/xchat/ \
http://www.ozemail.com.au/~peterzelezny/xchat/
MAINTAINER= jim@phrantic.phear.net
1999-01-17 19:57:11 +00:00
LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
1999-01-17 19:57:11 +00:00
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config"
.include <bsd.port.mk>