1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/irc/yagirc/Makefile
2000-10-05 06:57:56 +00:00

27 lines
497 B
Makefile

# New ports collection makefile for: yagirc
# Date created: 6 July 1998
# Whom: mph
#
# $FreeBSD$
#
PORTNAME= yagirc
PORTVERSION= 0.66.1
CATEGORIES= irc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= mph
MAINTAINER= mph@freebsd.org
USE_XPM= yes
USE_GMAKE= yes
USE_PERL5= yes
USE_IMLIB= yes
USE_ESOUND= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-gnome --disable-pthread
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>