1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/irc/yagirc/Makefile

28 lines
605 B
Makefile
Raw Normal View History

# New ports collection makefile for: yagirc
1998-08-27 05:15:05 +00:00
# Version required: 0.65.7
# Date created: 6 July 1998
# Whom: mph
#
1999-01-05 08:09:17 +00:00
# $Id: Makefile,v 1.11 1998/11/10 00:03:17 asami Exp $
#
1998-08-27 05:15:05 +00:00
DISTNAME= yagirc-0.65.7
CATEGORIES= net
MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
MAINTAINER= mph@freebsd.org
1998-09-22 22:55:56 +00:00
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
1998-09-25 09:52:45 +00:00
Imlib.1:${PORTSDIR}/graphics/imlib \
1999-01-05 08:09:17 +00:00
esd.1:${PORTSDIR}/audio/esound
BROKEN= build
USE_GMAKE= yes
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gnome --disable-gtktest
CONFIGURE_ENV= PTHREAD_LIB="-lc_r"
.include <bsd.port.mk>