|
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 <kim@usebsd.com> |
3 |
# Whom: Kim Naim Lesmer <kim@bitflop.com> |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: /repoman/r/pcvs/ports/ports-mgmt/portcheck/Makefile,v 1.3 2007/02/06 02:42:16 linimon Exp $ |
5 |
# $FreeBSD: ports/ports-mgmt/portcheck/Makefile,v 1.6 2007/08/15 18:08:13 sat Exp $ |
| 6 |
# |
6 |
# |
| 7 |
PORTNAME= portcheck |
7 |
PORTNAME= portcheck |
| 8 |
PORTVERSION= 1.12 |
8 |
PORTVERSION= 1.13 |
| 9 |
CATEGORIES= ports-mgmt |
9 |
CATEGORIES= ports-mgmt |
| 10 |
MASTER_SITES= http://www.usebsd.com/pub/portcheck/files/ |
10 |
MASTER_SITES= http://www.bitflop.com/pub/sh/portcheck/ |
| 11 |
EXTRACT_SUFX= .tbz |
11 |
EXTRACT_SUFX= .tbz |
| 12 |
MAINTAINER= kim@usebsd.com |
12 |
DIST_SUBDIR= rerolled |
|
|
13 |
MAINTAINER= kim@bitflop.com |
| 13 |
COMMENT= Maintains the ports tree and checks up the installed packages |
14 |
COMMENT= Maintains the ports tree and checks up the installed packages |
| 14 |
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit |
15 |
RUN_DEPENDS= ${LOCALBASE}/sbin/portaudit:${PORTSDIR}/ports-mgmt/portaudit |
|
Lines 28-37
Link Here
|
| 28 |
@${ECHO} "See 'man portcheck' for information about usage." |
29 |
@${ECHO} "See 'man portcheck' for information about usage." |
| 29 |
@${ECHO} "" |
30 |
@${ECHO} "" |
| 30 |
.include <bsd.port.pre.mk> |
31 |
.include <bsd.port.mk> |
| 31 |
|
|
|
| 32 |
.if ${OSVERSION} < 504104 |
| 33 |
IGNORE= Doesn't work on your system, it needs portsnap, please update your system to at least 5-STABLE |
| 34 |
.endif |
| 35 |
|
| 36 |
.include <bsd.port.post.mk> |