freebsd-ports/net/bsdproxy/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

24 lines
487 B
Makefile

# Created by: roam@FreeBSD.org
# $FreeBSD$
PORTNAME= bsdproxy
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://daveb.net/bsdproxy/
MAINTAINER= ports@FreeBSD.org
COMMENT= TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API
GNU_CONFIGURE= yes
USE_GNOME= glib12
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= ChangeLog README
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>