summaryrefslogtreecommitdiff
path: root/ports-mgmt/portupdate-scan/Makefile
blob: 3398a2454610eefc6e52a1502ac133592da856fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:	portupdate-scan
# Date created:				08 November 2007
# Whom:					Alex Stangl <alex@stangl.us>
#
# $FreeBSD$
#
# This port is self contained in the files directory.

PORTNAME=	portupdate-scan
PORTVERSION=	0.1
CATEGORIES=	ports-mgmt
MASTER_SITES=	# none
DISTFILES=	# none

MAINTAINER=	alex@stangl.us
COMMENT=	Display pertinent parts of {PORTSDIR}/UPDATING

NO_BUILD=	yes
USE_PERL5_RUN=	yes

PLIST_FILES=	sbin/portupdate-scan
SRC=		${.CURDIR}/src

MAN8=		portupdate-scan.8

do-install:
	${INSTALL_SCRIPT} ${SRC}/portupdate-scan ${PREFIX}/sbin/portupdate-scan
	${INSTALL_MAN} ${SRC}/portupdate-scan.8 ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>