2041e55724
Satoshi ------- ===> Building for yagirc-0.65 cc -O2 -pipe -DUNIX -DPREFIX=\"/usr/local\" -DUSE_PTHREADS -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -DUSE_SCRIPT -I/usr/local/lib/perl5/i386-freebsd/5.00404/CORE -I/usr/X11R6/lib/glib/include -I/usr/X11R6/include -I/usr/local/lib/glib/include -I/usr/local/include -DUSE_GUI -c dcc.c -o dcc.o dcc.c:36: glib.h: No such file or directory In file included from data.h:26, from dcc.h:4, from dcc.c:39: gui.h:10: gdk/gdk.h: No such file or directory gui.h:11: gtk/gtk.h: No such file or directory
30 lines
740 B
Makefile
30 lines
740 B
Makefile
# New ports collection makefile for: yagirc
|
|
# Version required: 0.65
|
|
# Date created: 6 July 1998
|
|
# Whom: mph
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/08/07 23:56:44 asami 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-toolkits/gtk \
|
|
Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
|
|
|
|
BROKEN= gtk
|
|
|
|
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>
|