openbsd-ports/net/bitchx/Makefile

38 lines
968 B
Makefile
Raw Normal View History

2000-03-05 13:30:21 -05:00
# $OpenBSD: Makefile,v 1.16 2000/03/05 18:30:37 espie 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-03-05 13:30:21 -05:00
NEED_VERSION= 1.223
2000-01-30 01:00:54 -05:00
MASTER_SITES= ftp://ftp.bitchx.com/pub/BitchX/source/ \
ftp://bitchx.dimension6.com/pub/BitchX/source/
.if defined(USE_SOCKS5) && ${USE_SOCKS5:U} == YES
2000-03-05 13:30:21 -05:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:security/socks5
.endif
1999-03-06 21:13:13 -05:00
MAINTAINER= brad@openbsd.org
SEPARATE_BUILD= concurrent
2000-02-17 02:25:19 -05:00
USE_GMAKE= Yes
GNU_CONFIGURE= Yes
1999-03-06 21:13:13 -05:00
.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>