mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
2b47d152d8
a fix for CAN-2004-0451.
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# New ports collection makefile for: sup
|
|
# Date created: 21 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sup
|
|
PORTVERSION= 2.0.20050226
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= hrs
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= CMU's Software Update Protocol package
|
|
|
|
PLIST_FILES= bin/sup bin/supfilesrv bin/supscan
|
|
MAN1= sup.1
|
|
MAN8= supservers.8
|
|
MLINKS= supservers.8 supfilesrv.8 \
|
|
supservers.8 supscan.8
|
|
|
|
.include <bsd.port.mk>
|