mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
64dc37a50c
PR: ports/131794 Submitted by: Peter Jeremy <peterjeremy@optushome.com.au>
26 lines
520 B
Makefile
26 lines
520 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= http://freebsd.aeternal.net/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Blackened IRC Client
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= blackened.1
|
|
|
|
DEPRECATED= Broken and abandonware
|
|
EXPIRATION_DATE= 2009-03-17
|
|
|
|
.include <bsd.port.mk>
|