aboutsummaryrefslogtreecommitdiff
path: root/security/dazuko/Makefile
blob: 8e64fe1faf1e682a9275e6d969f151e98f047c32 (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
# New ports collection makefile for:	dazuko
# Date created:				01 March 2004
# Whom:					Rob Evers <rob@debank.tv>
#
# $FreeBSD$

PORTNAME=	dazuko
PORTVERSION=	2.1.0
CATEGORIES=	security
MASTER_SITES=	http://dazuko.org/files/

MAINTAINER=	rob@debank.tv
COMMENT=	A common interface for 3rd party file access control

HAS_CONFIGURE=	yes

.include <bsd.port.pre.mk>

do-install:
	${MKDIR} ${PREFIX}/modules/
	${INSTALL_DATA} ${WRKSRC}/dazuko.ko ${PREFIX}/modules/dazuko.ko

post-install:
	${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL

.include <bsd.port.post.mk>