241b722760
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
43 lines
948 B
Makefile
43 lines
948 B
Makefile
# $OpenBSD: Makefile,v 1.43 2007/09/15 22:36:52 merdely 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}p3
|
|
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>
|