mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
434 B
Makefile
21 lines
434 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.7.1
|
|
CATEGORIES= irc
|
|
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/
|
|
|
|
MAINTAINER= toast@blackened.com
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PKGNAME}
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
MAKE_ENV= prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|