1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/irc/yagirc/Makefile
Matthew Hunt 7649d69ae2 Upgrade to 0.65.
Update MASTER_SITE and web page.
Work whether gtk is in X11BASE or LOCALBASE.
Add LIB_DEPENDS for Imlib, to increase functionality.
Abort if libc_r does not exist.

Vaguely inspired by a submission from:	Tugrul Galatali <galatalt@stuy.edu>
1998-08-04 00:52:21 +00:00

29 lines
719 B
Makefile

# New ports collection makefile for: yagirc
# Version required: 0.65
# Date created: 6 July 1998
# Whom: mph
#
# $Id: Makefile,v 1.2 1998/07/30 05:42:09 vanilla Exp $
#
DISTNAME= yagirc-0.65
CATEGORIES= net
MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
MAINTAINER= mph@freebsd.org
LIB_DEPENDS= gtk\\.1\\.\[345\]:${PORTSDIR}/x11/gtk \
Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
USE_GMAKE= yes
USE_PERL5= yes
do-configure:
.if !exists(/usr/lib/libc_r.a)
@ ${ECHO_MSG} This port requires the multithreading library libc_r.
@ false
.endif
@ perl -pe "s,@LOCALBASE@,${LOCALBASE},g; s,@X11BASE@,${X11BASE},g; s,@PREFIX@,${PREFIX},g;" ${FILESDIR}/config.h > ${WRKSRC}/config.h
.include <bsd.port.mk>