blob: 07fdb3b57c2c6505e28072ade0fd04c8c485fa36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: jkh
# $FreeBSD$
PORTNAME= sup
PORTVERSION= 2.0.20140517
CATEGORIES= net
MASTER_SITES= LOCAL/hrs
MAINTAINER= hrs@FreeBSD.org
COMMENT= CMU's Software Update Protocol package
LICENSE= ISCL
LICENSE_FILE= ${FILESDIR}/COPYING
USES= uidfix
PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \
man/man1/sup.1.gz man/man8/supfilesrv.8.gz \
man/man8/supscan.8.gz man/man8/supservers.8.gz
.include <bsd.port.mk>
|