a4577c7171
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@
24 lines
457 B
Makefile
24 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/17 14:46:34 danj Exp $
|
|
|
|
COMMENT= UDP tunnel utility
|
|
|
|
DISTNAME= udptunnel-1.1
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/
|
|
|
|
# 3-clause BSD
|
|
PERMIT_PACKAGE= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/udptunnel
|
|
${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${PREFIX}/share/doc/udptunnel
|
|
|
|
.include <bsd.port.mk>
|