freebsd-ports/net/datapipe/Makefile
Peter Pentchev a7ca41e6b3 Grab maintainership of this port.
While I'm here, add SIZE to distinfo, just for kicks.
2004-02-11 12:27:19 +00:00

25 lines
631 B
Makefile

# New ports collection makefile for: datapipe
# Date created: 04 January 2000
# Whom: Daniel Baker <dbaker@FreeBSD.org> <dbaker@cuckoo.com>
#
# $FreeBSD$
#
PORTNAME= datapipe
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \
http://http.distributed.net/pub/dcti/unsupported/
MAINTAINER= roam@FreeBSD.org
COMMENT= Bind a local port and connect it to a remote socket
PLIST_FILES= bin/datapipe
do-build:
${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${PREFIX}/bin
.include <bsd.port.mk>