28 lines
539 B
Makefile
28 lines
539 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/08/21 21:15:25 brad Exp $
|
|
|
|
BROKEN= "requires IPF"
|
|
|
|
COMMENT= "transparent IRC proxy"
|
|
|
|
DISTNAME= tircproxy-0.4.5
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.435
|
|
MASTER_SITES= http://bre.klaki.net/programs/tircproxy/
|
|
|
|
HOMEPAGE= http://bre.klaki.net/programs/tircproxy/
|
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKDIST= ${WRKDIR}/tircproxy-0.4
|
|
|
|
.include <bsd.port.mk>
|