1998-07-07 20:36:01 +00:00
|
|
|
# New ports collection makefile for: yagirc
|
|
|
|
# Version required: 0.64
|
|
|
|
# Date created: 6 July 1998
|
|
|
|
# Whom: mph
|
|
|
|
#
|
1998-07-30 05:42:09 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1998/07/07 20:35:57 mph Exp $
|
1998-07-07 20:36:01 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= yagirc-0.64
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.sicom.fi/~ikioma/
|
|
|
|
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
|
1998-07-30 05:42:09 +00:00
|
|
|
LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11/gtk
|
1998-07-07 20:36:01 +00:00
|
|
|
|
|
|
|
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>
|