aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fuser/Makefile
blob: c6f845adda62ded7decc346ffbd21098612dd9be (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
33
34
35
36
37
38
39
40
41
# Ports collection makefile for:    fuser
# Date created:             14 Marth 2006
# Whom:                 Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $FreeBSD$
#

PORTNAME=   fuser
PORTVERSION=    1142334561
CATEGORIES= sysutils
MASTER_SITES=   http://mbsd.msk.ru/dist/

MAINTAINER= stas@FreeBSD.org
COMMENT=    POSIX fuser utility for FreeBSD

USE_BZIP2=  yes

SUB_FILES=  pkg-message
WRKSRC=     ${WRKDIR}/fuser

MAN1=       fuser.1
PLIST_FILES=    bin/fuser

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 600000
IGNORE=     src/sys/fs/devfs/devfs_int.h does not exist before OSVERSION 600000
.endif

.if ${OSVERSION} >= 800000
BROKEN=     does not compile
.endif

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>