summaryrefslogtreecommitdiff
path: root/irc/yagirc/Makefile
blob: 00d7084de3d7a17faf0f12973f8ec43d8c5b154f (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
# New ports collection makefile for:   	yagirc
# Version required:			0.64
# Date created:				6 July 1998
# Whom:					mph
#
# $Id$
#

DISTNAME=	yagirc-0.64
CATEGORIES=	net
MASTER_SITES=	http://www.sicom.fi/~ikioma/

MAINTAINER=	mph@freebsd.org

LIB_DEPENDS=	gtk\\.1\\.4:${PORTSDIR}/x11/gtk

USE_GMAKE=	yes
USE_PERL5=	yes

do-configure:
	@ perl -pe "s,@LOCALBASE@,${LOCALBASE},g; s,@X11BASE@,${X11BASE},g; s,@PREFIX@,${PREFIX},g;" ${FILESDIR}/config.h > ${WRKSRC}/config.h

.include <bsd.port.mk>