2004-06-25 13:10:58 +02:00
|
|
|
# New ports collection makefile for: dazuko
|
|
|
|
# Date created: 01 March 2004
|
|
|
|
# Whom: Rob Evers <rob@debank.tv>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dazuko
|
2005-09-09 23:38:54 +02:00
|
|
|
PORTVERSION= 2.1.0
|
2004-06-25 13:10:58 +02:00
|
|
|
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>
|