mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
20 lines
390 B
Makefile
20 lines
390 B
Makefile
# Created by: Archie Cobbs
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suckblow
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= archie
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Two companion utilities for transferring data over a TCP socket
|
|
|
|
CONFLICTS= suck-4.* suck-cnews-4.*
|
|
MAN1= suck.1
|
|
MLINKS= suck.1 blow.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|