21 lines
275 B
Makefile
21 lines
275 B
Makefile
|
COMMENT= transparent IRC proxy
|
||
|
|
||
|
DISTNAME= tircproxy-0.4.5
|
||
|
REVISION= 2
|
||
|
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>
|