ports/net/tircproxy/Makefile

21 lines
268 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= transparent IRC proxy
DISTNAME= tircproxy-0.4.5
REVISION= 2
CATEGORIES= net
PERMIT_PACKAGE= Yes
2023-09-27 17:15:09 +00:00
WANTLIB= c
2023-08-16 22:26:55 +00:00
2023-09-27 17:15:09 +00:00
SITES= ${HOMEPAGE}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= gnu
INSTALL_TARGET= install-strip
WRKDIST= ${WRKDIR}/tircproxy-0.4
NO_TEST= Yes
.include <bsd.port.mk>