mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
94f41aabd3
Submitted by: jim@phrantic.phear.net Initial Import xchat. X-Chat is a X11 (X Window System) IRC client, using the GTK+ toolkit.
22 lines
475 B
Makefile
22 lines
475 B
Makefile
# New ports collection makefile for: xchat
|
|
# Version required: 0.2.5
|
|
# Date created: 17 Nov 1998
|
|
# Whom: Jim Mock <jim@phrantic.phear.net>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xchat-0.2.5
|
|
CATEGORIES= net x11
|
|
MASTER_SITES= http://users.mentasm.com/~zed/xchat/files/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jim@phrantic.phear.net
|
|
|
|
BUILD_DEPENDS= gtk-config:${PORTSDIR}/x11-toolkits/gtk
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}; make)
|
|
|
|
.include <bsd.port.mk>
|