mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# 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>
|