openbsd-ports/net/bitchx/Makefile
sthen d1c6f80880 use REVISION, checked with before/after make show=PKGNAMES (plus some
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00

44 lines
956 B
Makefile

# $OpenBSD: Makefile,v 1.44 2010/07/12 22:07:37 sthen Exp $
# $FreeBSD: Makefile,v 1.3 1998/07/21 11:38:44 eivind Exp $
COMMENT= alternative ircII color client
VERSION= 1.0c18
DISTNAME= ircii-pana-${VERSION}
PKGNAME= BitchX-${VERSION}
REVISION= 3
CATEGORIES= net
HOMEPAGE= http://www.bitchx.org/
MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/old/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ncurses ssl m
SUBST_VARS= VERSION
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS+=--with-ssl
WRKDIST= ${WRKDIR}/BitchX
NO_REGRESS= Yes
pre-build:
@mv -f ${WRKBUILD}/Makefile ${WRKBUILD}/Makefile.new
@sed -e s#bzip2#true#g ${WRKBUILD}/Makefile.new > \
${WRKBUILD}/Makefile
post-install:
@cd ${PREFIX}/bin && ln -sf BitchX-${VERSION} BitchX
@chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/bitchx
.include <bsd.port.mk>