If somebody is removed who actually wants maintainer and either didn't receive the mail, or didn't bother to reply to it, they are free to send a diff to reinstate. ok sthen@, jca@
19 lines
317 B
Makefile
19 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.9 2019/07/17 14:46:33 danj Exp $
|
|
|
|
COMMENT= lightweight SOCKS 4 and SOCKS 5 proxy
|
|
DISTNAME= nylon-1.21
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://monkey.org/~marius/nylon/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c event
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|