1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/irc/blackened/Makefile
Will Andrews be4f1e908a Upgrade to 1.8.0. Resolve conflict on -CURRENT by changing one of toast.c's
function names, long_to_time, to ch_to_time().  Tim will take care of it
later.

PR:		32992
Submitted by:	Timothy Jensen <toast@blackened.com>
2001-12-19 01:10:49 +00:00

24 lines
533 B
Makefile

# New ports collection makefile for: Blackened IRC client
# Date created: 11 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= blackened
PORTVERSION= 1.8.0
CATEGORIES= irc
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/
MAINTAINER= toast@blackened.com
GNU_CONFIGURE= yes
PLIST_SUB= VERSION=${PORTVERSION}
CONFIGURE_ARGS= --prefix=${PREFIX}
INSTALL_TARGET= installeverything
pre-configure:
${PERL} -pi -e "s@long_to_time@ch_to_time@g" ${WRKSRC}/source/toast.c
.include <bsd.port.mk>