23 lines
336 B
Makefile
23 lines
336 B
Makefile
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:48:50 sthen Exp $
|
|
|
|
COMMENT= transparent IRC proxy
|
|
|
|
DISTNAME= tircproxy-0.4.5
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKDIST= ${WRKDIR}/tircproxy-0.4
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|