|
Lines 1-17
Link Here
|
| 1 |
# New ports collection makefile for: portcheck |
1 |
# New ports collection makefile for: portcheck |
| 2 |
# Date created: 01 January 2007 |
2 |
# Date created: 01 January 2007 |
| 3 |
# Whom: Kim Naim Lesmer <naim@bitcare.dk> |
3 |
# Whom: Kim Naim Lesmer <kim@usebsd.com> |
| 4 |
# |
|
|
| 5 |
# $FreeBSD: ports/ports-mgmt/portcheck/Makefile,v 1.4 2007/02/12 07:59:40 miwi Exp $ |
| 6 |
# |
4 |
# |
| 7 |
|
5 |
|
|
|
6 |
|
| 8 |
PORTNAME= portcheck |
7 |
PORTNAME= portcheck |
| 9 |
PORTVERSION= 1.12 |
8 |
PORTVERSION= 1.12 |
| 10 |
CATEGORIES= ports-mgmt |
9 |
CATEGORIES= ports-mgmt |
| 11 |
MASTER_SITES= http://www.bitcare.dk/pub/portcheck/files/ |
10 |
MASTER_SITES= http://www.usebsd.com/pub/portcheck/files/ |
| 12 |
EXTRACT_SUFX= .tbz |
11 |
EXTRACT_SUFX= .tbz |
| 13 |
|
12 |
|
| 14 |
MAINTAINER= naim@bitcare.dk |
13 |
MAINTAINER= kim@usebsd.com |
| 15 |
COMMENT= Maintains the ports tree and checks up the installed packages |
14 |
COMMENT= Maintains the ports tree and checks up the installed packages |
| 16 |
|
15 |
|
| 17 |
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit |
16 |
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit |
|
Lines 29-36
Link Here
|
| 29 |
@${ECHO} "" |
28 |
@${ECHO} "" |
| 30 |
|
29 |
|
| 31 |
.include <bsd.port.pre.mk> |
30 |
.include <bsd.port.pre.mk> |
|
|
31 |
|
| 32 |
.if ${OSVERSION} < 504104 |
32 |
.if ${OSVERSION} < 504104 |
| 33 |
IGNORE= doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE |
33 |
IGNORE= Doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE |
| 34 |
.endif |
34 |
.endif |
| 35 |
|
35 |
|
| 36 |
.include <bsd.port.post.mk> |
36 |
.include <bsd.port.post.mk> |