mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6c9d2bd51f
a Perl scripting interface.
24 lines
495 B
Makefile
24 lines
495 B
Makefile
# 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>
|