1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/irc/blackened/Makefile
Chris Piazza 06b0e6dada Update to version 1.7.1
PR:		13937
Submitted by:	maintainer
1999-09-24 23:34:21 +00:00

23 lines
469 B
Makefile

# New ports collection makefile for: Blackened IRC client
# Version required: 1.7.1
# Date created: 11 Jun 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= blackened-${VERSION}
CATEGORIES= irc
MASTER_SITES= ftp://ftp.blackened.com/pub/irc/blackened/
MAINTAINER= andrews@technologist.com
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
VERSION= 1.7.1
PLIST_SUB= VERSION=${VERSION}
MAKE_ENV= prefix=${PREFIX}
.include <bsd.port.mk>