openbsd-ports/net/bitchx/Makefile

37 lines
893 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2001/05/06 19:29:21 brad Exp $
1999-03-06 21:13:13 -05:00
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
COMMENT= "alternative ircII color client"
2000-09-16 00:04:27 -04:00
VERSION= 1.0c17
2000-08-15 18:48:19 -04:00
DISTNAME= BitchX-${VERSION}
PKGNAME= ${DISTNAME:L}p1
1999-03-06 21:13:13 -05:00
CATEGORIES= net
NEED_VERSION= 1.402
2000-01-30 01:00:54 -05:00
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://ftp.bitchx.org/pub/BitchX/source/ \
2000-01-30 01:00:54 -05:00
ftp://bitchx.dimension6.com/pub/BitchX/source/
2000-09-24 03:03:59 -04:00
MAINTAINER= Brad Smith <brad@openbsd.org>
1999-03-06 21:13:13 -05:00
PERMIT_PACKAGE_CDROM= Yes
2000-03-22 17:39:39 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2000-03-22 17:39:39 -05:00
PERMIT_DISTFILES_FTP= Yes
2000-08-15 18:48:19 -04:00
SUBST_VARS= VERSION
SEPARATE_BUILD= concurrent
2000-02-17 02:25:19 -05:00
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
1999-03-06 21:13:13 -05:00
2000-03-25 03:34:48 -05:00
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/BitchX
1999-03-06 21:13:13 -05:00
post-install:
2000-08-15 18:48:19 -04:00
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
@chown -R root.wheel ${PREFIX}/share/bitchx
1999-03-06 21:13:13 -05:00
.include <bsd.port.mk>