openbsd-ports/net/bitchx/Makefile

39 lines
980 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2000/02/17 07:24:24 brad Exp $
1999-03-06 21:13:13 -05:00
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
2000-01-30 01:00:54 -05:00
DISTNAME= BitchX-1.0c16
.if defined(USE_SOCKS5) && ${USE_SOCKS5:U} == YES
PKGNAME= bitchx-1.0c16-socks5
.else
2000-01-30 01:00:54 -05:00
PKGNAME= bitchx-1.0c16
.endif
1999-03-06 21:13:13 -05:00
CATEGORIES= net
2000-01-30 01:00:54 -05:00
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://bitchx.dimension6.com/pub/BitchX/source/
2000-02-10 19:37:15 -05:00
NEED_VERSION= 1.191
1999-09-21 13:49:24 -04:00
.if defined(USE_SOCKS5) && ${USE_SOCKS5:U} == YES
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/security/socks5
.endif
1999-03-06 21:13:13 -05:00
MAINTAINER= brad@openbsd.org
SEPARATE_BUILD= concurrent
USE_GMAKE= yes
1999-03-06 21:13:13 -05:00
GNU_CONFIGURE= yes
.if defined(USE_SOCKS5) && ${USE_SOCKS5:U} == YES
CONFIGURE_ARGS= --with-socks5="${LOCALBASE}"
.endif
MAKE_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:
@find ${PREFIX}/share/bitchx/help -name 'CVS' -print | xargs rm -rf
@chown -R root.wheel ${PREFIX}/share/bitchx
1999-03-06 21:13:13 -05:00
.include <bsd.port.mk>