freebsd-ports/irc/xchat1/Makefile
Vanilla I. Shu 43ab6e6f03 Upgrade to 0.3.1.
If you want to depend with library,
use LIB_DEPENDS, not RUN_DEPENDS.
1998-11-19 15:08:31 +00:00

24 lines
564 B
Makefile

# 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.1.1.1 1998/11/19 09:27:59 flathill 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:${PORSDIR}/x11/gnomelibs
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config"
.include <bsd.port.mk>