Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
21 lines
423 B
Makefile
21 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>
|