mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
273b0793d6
PR: 11853 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
30 lines
697 B
Makefile
30 lines
697 B
Makefile
# New ports collection makefile for: yagirc
|
|
# Version required: 0.66.1
|
|
# Date created: 6 July 1998
|
|
# Whom: mph
|
|
#
|
|
# $Id: Makefile,v 1.14 1999/03/15 18:30:05 nectar Exp $
|
|
#
|
|
|
|
DISTNAME= yagirc-0.66.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.elpaso.net/~spoon/yagirc/
|
|
|
|
MAINTAINER= mph@freebsd.org
|
|
|
|
LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
esd.1:${PORTSDIR}/audio/esound
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --disable-gnome --disable-pthread
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|