mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
be4f1e908a
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>
24 lines
533 B
Makefile
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>
|