summaryrefslogtreecommitdiff
path: root/irc/yagirc/Makefile
blob: 936a6de460b8d79b341990a838674d53e6e902c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   	yagirc
# Version required:			0.65.7
# Date created:				6 July 1998
# Whom:					mph
#
# $Id: Makefile,v 1.6 1998/08/25 04:09:28 vanilla Exp $
#

DISTNAME=	yagirc-0.65.7
CATEGORIES=	net
MASTER_SITES=	http://www.elpaso.net/~spoon/yagirc/

MAINTAINER=	mph@freebsd.org

LIB_DEPENDS=	gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 \
		Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib \
		esd\\.0\\.0:${PORTSDIR}/audio/esound

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>