mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
7171979790
PR: 36052 Submitted by: maintainer
20 lines
412 B
Makefile
20 lines
412 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.1
|
|
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}
|
|
|
|
.include <bsd.port.mk>
|