mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
82affe8f17
a year now, so return his ports to the unmaintained pool in the hopes that someone will adopt them and give them a good home. While here, pacify portlint on all of them. Discussed with: various members of portmgr@, at various times over the last few months.
26 lines
632 B
Makefile
26 lines
632 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= ports@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>
|