20 lines
268 B
Makefile
20 lines
268 B
Makefile
COMMENT= transparent IRC proxy
|
|
|
|
DISTNAME= tircproxy-0.4.5
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKDIST= ${WRKDIR}/tircproxy-0.4
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|