aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portcheck/Makefile
blob: 70cb250a1409754b3e8d319b546ae50865118c19 (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
31
32
# New ports collection makefile for:   portcheck
# Date created:        01 January 2007
# Whom:                Kim Naim Lesmer <kim@bitflop.com>
#
# $FreeBSD$
#

PORTNAME=   portcheck
PORTVERSION=    1.13
CATEGORIES= ports-mgmt
MASTER_SITES=   http://www.bitflop.com/pub/sh/portcheck/
EXTRACT_SUFX=   .tbz
DIST_SUBDIR=    rerolled

MAINTAINER= kim@bitflop.com
COMMENT=    Maintains the ports tree and checks up the installed packages

RUN_DEPENDS=    ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit

PLIST_FILES=    bin/portcheck
MAN1=       portcheck.1
NO_WRKSUBDIR=   yes
NO_BUILD=   yes

do-install:
    @${INSTALL_SCRIPT} ${WRKDIR}/portcheck ${PREFIX}/bin
    @${INSTALL_MAN} ${WRKDIR}/portcheck.1 ${MAN8PREFIX}/man/man1
    @${ECHO} ""
    @${ECHO} "See 'man portcheck' for information about usage."
    @${ECHO} ""

.include <bsd.port.mk>